Skip to content

[Bug] /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found #440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rasheeddo opened this issue Mar 27, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@rasheeddo
Copy link

Describe the bug

I got a strange libc.so.6 and libm.so.6 error when running zenoh-bridge-ros2dds
On platform support, it says
For aarch64-unknown-linux-gnu => ARM64 Linux (kernel 4.1, glibc 2.17+)

My glibc version is 2.27 so it should be fine, but why the error says

zenoh-bridge-ros2dds: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by zenoh-bridge-ros2dds)
zenoh-bridge-ros2dds: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by zenoh-bridge-ros2dds)

Anyone has this issue before?

To reproduce

  1. Start zenoh-bridge-ros2dds
  2. Error
zenoh-bridge-ros2dds: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by zenoh-bridge-ros2dds)
zenoh-bridge-ros2dds: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by zenoh-bridge-ros2dds)

System info

  • Platform: Jetson Xavier NX JetPack 4.5 (Ubuntu 18.04)
  • Installed by: sudo apt install zenoh-bridge-ros2dds
  • Linux kernel: 4.9.201-tegra
  • Checking GLIBC verion:
    strings /lib/aarch64-linux-gnu/libc.so.6 | grep GLIBC_
    Output showing
GLIBC_2.17
GLIBC_2.18
GLIBC_2.22
GLIBC_2.23
GLIBC_2.24
GLIBC_2.25
GLIBC_2.26
GLIBC_2.27
GLIBC_PRIVATE
@rasheeddo rasheeddo added the bug Something isn't working label Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant