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
Hi there,
failing the cargo build I have attempted to run the binary:
robomotic$ ./c2patool
./c2patool: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./c2patool)
./c2patool: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./c2patool)
./c2patool: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./c2patool)
My GLIBC is installed:
$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.16) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
Any suggestions?
The text was updated successfully, but these errors were encountered:
robomotic
changed the title
Linux release binary GLIB not found
Linux release binary GLIBC not found
Dec 29, 2024
Hi there,
failing the cargo build I have attempted to run the binary:
My GLIBC is installed:
Any suggestions?
The text was updated successfully, but these errors were encountered: