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 binaries appear to require specific GLIBC version #40

Open
julianstirling opened this issue Apr 17, 2023 · 0 comments
Open

Linux binaries appear to require specific GLIBC version #40

julianstirling opened this issue Apr 17, 2023 · 0 comments

Comments

@julianstirling
Copy link
Contributor

I get the following error when I try to run from the binary.

$ ./osh -h
    ./osh: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./osh)
    ./osh: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./osh)

Some debug info:

$ ldd --version
    ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 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.
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