Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)
lapsio@linux-p14s ~/verdant-fang-linux-libc6> chmod 755 verdant-fang 
lapsio@linux-p14s ~/verdant-fang-linux-libc6> ./verdant-fang 
./verdant-fang: error while loading shared libraries: libSDL2_image-2.0.so.0: cannot open shared object file: No such file or directory
[ ... ]
lapsio@linux-p14s ~/verdant-fang-linux-libc6> ./verdant-fang 
./verdant-fang: error while loading shared libraries: libSDL2_mixer-2.0.so.0: cannot open shared object file: No such file or directory
[ ... ]
lapsio@linux-p14s ~/verdant-fang-linux-libc6> ./verdant-fang 
./verdant-fang: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./verdant-fang)
./verdant-fang: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by ./verdant-fang)
./verdant-fang: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.13' not found (required by ./verdant-fang)

Please link it a bit more statically with a bit softer glibc requirements… XD wine works tho, so at least there’s that

(1 edit)

Sorry, I haven't figured out how to do static linking with SDL yet, because wherever I look for instructions they say "don't" or "just compile the whole dang thing from source".  I'll give it some more looks though.  Thanks for playing!