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

GLIBC not Found #7

Open
Foul opened this issue Aug 18, 2022 · 1 comment
Open

GLIBC not Found #7

Foul opened this issue Aug 18, 2022 · 1 comment

Comments

@Foul
Copy link

Foul commented Aug 18, 2022

sudo ./asus-numpad
./asus-numpad: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by ./asus-numpad) ./asus-numpad: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by ./asus-numpad)
libc6 already installed..

Linux Mint 20.3 Kernel 5.15.0-46

@iamkroot
Copy link
Owner

Your glibc is probably too old.
The immediate solution would be to follow the Compile from source instructions and build the app locally. It will then pick the glibc from your local system.
I guess the sustainable solution would be to link the app statically with musl to avoid glibc entirely. Will look into it when I get some time.

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

2 participants