asus-numpad
asus-numpad copied to clipboard
GLIBC not Found
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
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.