Skip to content

Conversation

@anna-nexthop
Copy link
Contributor

Pre-submission checklist

  • I've ran the linters locally and fixed lint errors related to the files I modified in this PR. You can install the linters by running pip install -r requirements-dev.txt && pre-commit install
  • pre-commit run

Summary

Including needed libraries python3.12 and nl3 libraries needed for the fboss binaries in the distro image. Found through using ldd on an installed binary and corrected.

Based behind #781 that's waiting on review for more distro image adjustments, so will include those changes as well. The commit in question should be last in the list at 12871fe

Test Plan

Tested on a minipack3 and loaded up the most recent fboss binaries:

[root@fboss103 fboss]# ldd bin/sai_test-sai_impl | grep python
        libpython3.12.so.1.0 => /lib64/libpython3.12.so.1.0 (0x00007f3970000000)
[root@fboss103 fboss]# ldd bin/sai_test-sai_impl | grep found
[root@fboss103 fboss]#

ctikku-nexthop and others added 3 commits January 5, 2026 18:50
Including needed libraries python3.12 and nl3 libraries needed
for the fboss binaries. Found through using ldd on an installed
binary and corrected.

Tested on a minipack3 and loaded up the most recent fboss binaries:

```
[root@fboss103 fboss]# ldd bin/sai_test-sai_impl | grep python
        libpython3.12.so.1.0 => /lib64/libpython3.12.so.1.0 (0x00007f3970000000)
[root@fboss103 fboss]# ldd bin/sai_test-sai_impl | grep found
[root@fboss103 fboss]#
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants