08-23-2025, 11:50 AM
I am trying to host a dedicated server on a machine running Debian 12. I believe I have moved the server.cfg and server_linux.sh files into the proper directories. As a side note: I did have to edit the server_linux.sh file as the binary seems to have changed names from "xonotic-linux64-dedicated" to "xonotic-dedicated" without the script being updated. Anyway, when I run the server script I receive an error that libjpeg.so.8 is missing. Running ldd on xonotic-dedicated confirms this. I have tried installing older versions of libjpeg and creating a simlink but then I receive an error that LIBJPEG_8.0 is missing. I haven't had any luck installing the library from a snapshot either. To those of you running a dedicated server, how do you normally deal with this issue?