i need libGLEW.so.1.13 to run openclonk, where i find the library for ubuntu 22.04(or any other modern linux distro)?
okay i have found missing libraries libGLEW.so.1.13 in libglew1.13_1.13.0-2_amd64.deb and libalut.so.1 in freealut-1.1.0-21.el7.x86_64.rpm and libminiupnpc.so.10 in libminiupnpc10_1.9.20140610-4ubuntu2_amd64.deb and libpng12.so.0.50.0 in libpng12-0_1.2.54-1ubuntu1_amd64.deb. and i have put the libs in the ./libs subdirectory created the needed symlinks to the appropriate versions and and i start the binary with 'LD_LIBRARY_PATH=./libs:/lib ./openclonk' and all works. my libs subdirectory:
libalut.so.0
libGLEW.so -> libGLEW.so.1.13.0
libGLEW.so.1.13 -> libGLEW.so.1.13.0
libGLEW.so.1.13.0
libminiupnpc.so.10
libpng12.so.0 -> libpng12.so.0.50.0
Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill