@Calinou said:
Which Ubuntu version are you running? For binary portability reasons, Linux binaries need to be linked against an old enough glibc version.
I am trying to cross compile from MacOS in a language called Nim. Also it depends on musl instead of glibc. I am really not a Linux expert, so I apt-get installed musl on Ubuntu 20, but the game still didn't work with above error.
I then ran "readelf" to find the dependencies, found them on the machine and manually copy pasted them into the game folder, that didn't work either.
These are the dependencies if that makes a difference:
libc.so.6, ld-linux-x86-64.so.2, libXcursor.so.1, libXinerama.so.1, libXext.so.6, libXrandr.so.2, libXrender.so.1, libX11.so.6, libXi.so.6, libGL.so.1, libpthread.so.0, libdl.so.2, libm.so.6