ubuntu - Error /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found - Stack Overflow
linux - Do I have to re-compile glibc 2.34 itself for full 64-bit time_t support for 32-bit hardware? - Stack Overflow
Libc.so.X/GLIBC_2.34 not found.
What package do I need to install for GLIBC_2.34?
I've got this error with buildroot-2022.11 when executing make.
Ubuntu 20.04 - added this repo as described in the link
sudo apt update
sudo apt install libc6
It automatically installed 2.35 for me.
In my case, replace FROM go:1.21 with FROM go:1.21.0-bullseye (docker) or try tinkering there.
Installed Void on a new machine this morning and ever since various applications have been complaining about libc.so.X / GLIBC_2.34 not found. I have glibc, glibc-devel, glibc-32bit and glibc-devel-32bit installed. All 2.32_2. Void repos tell me this is the latest version so what is up with my installation?
For example, something as basic as getent returns
getent: /usr/lib32/libc.so.6: version `GLIBC_2.34' not found (required by getent)
Another one
iconv: /usr/lib32/libc.so.6: version `GLIBC_2.34' not found (required by iconv)
Earlier wine was complaining too. Not sure how that went away though. Libc.so.6 exists in both /usr/lib and /usr/lib32 btw.