Skip to content
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

Linux release binary GLIBC not found #804

Open
robomotic opened this issue Dec 29, 2024 · 1 comment
Open

Linux release binary GLIBC not found #804

robomotic opened this issue Dec 29, 2024 · 1 comment

Comments

@robomotic
Copy link

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?

@robomotic robomotic changed the title Linux release binary GLIB not found Linux release binary GLIBC not found Dec 29, 2024
@robomotic
Copy link
Author

And is definetly there:

robomotic@local:/lib/x86_64-linux-gnu$ ls -la libc.
libc.a     libc.so    libc.so.6  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant