LinuxGSM + Debian 11 issues: missing glibc version

Original message was deleted
Hold on while I work up the motivation to rewrite four paragraphs
11 Replies
Zeek Aran
Zeek AranOP11mo ago
Debian 11 Update 11, glibc v2.31 I run the AppImage from the command line in an attempt to install the Satis mod manager from ficsit.app (this is a possible mistake, but it's what I think I should do so it's all I've done) I get a bunch of garbage in the CLI like
SatisfactoryModManager: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by /tmp/.mount_Satisf0vpnBk/usr/lib/libudev.so.1) SatisfactoryModManager: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by /tmp/.mount_Satisf0vpnBk/usr/lib/libudev.so.1) SatisfactoryModManager: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by /tmp/.mount_Satisf0vpnBk/usr/lib/libbsd.so.0) SatisfactoryModManager: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by /tmp/.mount_Satisf0vpnBk/usr/lib/libmd.so.0)
As far as I know glibc versions are attached to the OS. You can't just update glibc. Hi hello please ignore all mentions of LinuxGSM (particularly the title which I cannot edit). I was installing both and got it mixed up with the mod manager. As far as I know everything else above is correct. I am trying to run the mod manager file SatisfactoryModManager_linux_amd64.AppImage
Mircea
Mircea11mo ago
Can you check what version of glibc you have? ldd --version
Robb
Robb11mo ago
Yeahhh sadly the bot we have for that doesn't put the message anywhere you can see it again
Mircea
Mircea11mo ago
Nvm, you already wrote above
Robb
Robb11mo ago
Here's the message, but I'm pretty sure most of it is no longer relevant as per your clarifying message
Mircea
Mircea11mo ago
Yeah, looks like 2.31 is the latest available on Debian 11, and 11 is now EOL, though 2.33 is from 2021, so idk why they didn't update it in august when they released the last version Mh, you can't use the non appimage version either, because Debian 11 doesn't have webkit2gtk-4.1
Zeek Aran
Zeek AranOP11mo ago
It's still relevant, just CTRL+F, CTRL+R "LinuxGSM" with "Satisfactory Mod Manager". Do I have a solution other than install Deb12?
Mircea
Mircea11mo ago
If you can, try building SMM from source I can also try setting up a debian 11 VM/docker to build it tomorrow
Mircea
Mircea11mo ago
I've made a (non-appimage, but I also have an appimage if you prefer that) build on debian 11 https://drive.google.com/file/d/1atFblLifB1OteJZnlF3YLzxah4i-BP5E/view?usp=sharing
Mircea
Mircea11mo ago
It will probably try to auto-update on the next release, though, so I hope I can find an actual solution until then. I've found python's manylinux project, but it doesn't have webkit2gtk 4.1 either... it seems to be kinda hard to find a distro version that is both recent enough to have webkit2gtk-4.1, so that the native build can work on new OS versions, but also old enough to have glibc 2.31
Zeek Aran
Zeek AranOP11mo ago
I'm too busy this week to do something with so much potential to go horribly wrong, but I plan on just giving up on this route and updating to Debian 12. I will try your upload ASAP though

Did you find this page helpful?