Skip to content
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

Linux dev build: version `GLIBC_2.38' not found #3208

Open
cryham opened this issue Jan 9, 2025 · 0 comments
Open

Linux dev build: version `GLIBC_2.38' not found #3208

cryham opened this issue Jan 9, 2025 · 0 comments
Assignees

Comments

@cryham
Copy link
Contributor

cryham commented Jan 9, 2025

I'm trying latest dev build from https://rigs-of-rods.itch.io/rigs-of-rods-dev
On Debian 12
I get this:

./RoR: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ./RoR)
./RoR: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./RoR)
./RoR: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by ./RoR)
./RoR: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./lib/libOIS.so)
./RoR: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by ./lib/libOIS.so)
./RoR: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by ./lib/libMyGUIEngine.so.3.4.0)
./RoR: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ./lib/libCaelum.so)
./RoR: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by ./lib/libOgreBites.so.1.11.6)
./RoR: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ./lib/libOgreMain.so.1.11.6)
./RoR: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by ./lib/libOgreMain.so.1.11.6)
./RoR: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./lib/libOgreMain.so.1.11.6)
./RoR: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./lib/libOgreOverlay.so.1.11.6)

Here is so topic with answer.
https://stackoverflow.com/questions/78299443/dpkg-lib-x86-64-linux-gnu-libc-so-6-version-glibc-2-38-not-found-required
But yeah you are building on newer Linux version and mine (and all based on it) is now older and won't run it.
IDK why you changed (to newer), but Linux on VM (set up in Actions) should be as old as possible (to build), e.g. I use Kubuntu 20.04 for SR3 binaries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants