libGLEW.so.2.1 => /usr/lib/x86_64-linux-gnu/libGLEW.so.2.1 (0x00007f56bfab4000)
ldd
on your target computerlibGLEW.so.2.1 => not found
/usr/lib
and if it were in /usr/lib
ld would have found it, so I'm unsure whether the target device is saneldconfig -v
to see what paths are searched/usr/lib
and if it were in /usr/lib
ld would have found it, so I'm unsure whether the target device is sane LD_LIBRARY_PATH=<correct-path-here> ./DDNet
Try enabling ld-debug LD_DEBUG=libs ./DDNet
Or try both (edited)LD_PRELOAD=<correct-path-here>/libGLEW.so.2.1 ./DDNet
cl_skin_download_url
and cl_skin_community_download_url
? I changed mine but I want the defaults back now. in general is there a way to see defaults of settings somewhereDPREFER_BUNDLED_LIBS
enabled solved the issue for some libraries but there are still 5 libraries that are missing... And sadly I cannot install the required versions because ubuntu is ahead of debian in terms of packages versions
I will try to build on ubuntu instead of debian