You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Start zenoh-bridge-ros2dds
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)
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
Anyone has this issue before?
To reproduce
zenoh-bridge-ros2dds
System info
sudo apt install zenoh-bridge-ros2dds
strings /lib/aarch64-linux-gnu/libc.so.6 | grep GLIBC_
Output showing
The text was updated successfully, but these errors were encountered: