- Joined
- Jul 4, 2022
The error means your libc is too old, upgrade to 2.38 or later.View attachment 8461063
Windows having its .DLLS in the SAME folder as the application made software preservation SO much easier.
Linux and its idea of moving everything to /lib/ conflicting with others makes it SO fucking hard to port stuff and this is ONE of the reasons why Linux is LESS maintained software wise.
I love linux, I want it to do better, But this shit does NOT help anyone.
My gentoo:
Code:
# readelf -s /lib64/libm.so.6 | grep GLIBC_2.38
266: 0000000000054250 723 FUNC GLOBAL DEFAULT 17 fmod@@GLIBC_2.38
294: 0000000000068610 662 FUNC GLOBAL DEFAULT 17 fmodf@@GLIBC_2.38
802: 0000000000000000 0 OBJECT GLOBAL DEFAULT ABS GLIBC_2.38
Edit: What @⠠⠠⠅⠑⠋⠋⠁⠇⠎ ⠠⠠⠊⠎ ⠠⠠⠁ ⠠⠠⠋⠁⠛ said, the developers built it on a newer distro than the installed system.