What the title says. I'm trying to run a program, and even after installing its dependencies (sdl2, freetype, harfbuzz, onnxruntime, darling) and restarting the system (I know most of the time it doesn't need, but just in case) it keeps saying the same issue.
/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found
What I've seen after searching for a bit is that either I have to build the program myself, or use a different version of linux. I MIGHT be ok, since I was planning to make a new installation when Kubuntu 24.04 releases eventually (I mean, it WILL release, right???) but I really want to give this a try beforehand.
Running a Kubuntu 22.04 distro that updated itself from a 20.04 one. Hardware is full amd and decent enough? I don't think it affects this issue in specific.
Version `GLIBC_2.38' not found
How do i get a newer version of glibc? (2.38 or above?)
Gpg: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by gpg)
GLIBC_2.38 not found - Ubuntu 22.04
Basically im trying to run a game but it requires at least glibc 2.38 but it seems debian only offers 2.36 at the moment. Any way i can get a newer vesion of it?
EDIT: ended up just downloading the windows version of the game and running it with wine, im an idiot and thought i was having a problem with the sound when i first downloaded, that's why i tried the linux binary, but when i ran it with wine again i found out that the game came muted by default and that i had to press + to get the volume up
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.