-
Notifications
You must be signed in to change notification settings - Fork 12
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 issue/Debian support #57
Comments
I'm getting this error on a vanilla Debian instance that I just spun up:
|
It looks like Debian 11 (bullseye) has an old version of glibc: https://packages.debian.org/source/bullseye/glibc I was able to upgrade glibc in Debian 11 by making this change to
And then running:
See also https://www.cyberciti.biz/faq/update-upgrade-debian-11-to-debian-12-bookworm/ And voila, it's working:
|
Reported by community in v1.0.7:
./smcli: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.32' not found (required by ./smcli)
Building from source caused dylib linking issues
The text was updated successfully, but these errors were encountered: