iamkroot / asus-numpad

Linux driver for Asus laptops to activate numpad on touchpad
MIT License
34 stars 10 forks source link

GLIBC not Found #7

Open Foul opened 2 years ago

Foul commented 2 years ago

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: versionGLIBC_2.32' not found (required by ./asus-numpad) libc6 already installed..

Linux Mint 20.3 Kernel 5.15.0-46

iamkroot commented 2 years ago

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.