asus-numpad icon indicating copy to clipboard operation
asus-numpad copied to clipboard

GLIBC not Found

Open Foul opened this issue 3 years ago • 1 comments

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

Foul avatar Aug 18 '22 12:08 Foul

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.

iamkroot avatar Aug 18 '22 13:08 iamkroot