Re: Can't run Octane Server 2026.1-31.3-beta on Fedora Linux
Posted: Fri May 15, 2026 8:04 am
Thank you very much for the new version and also thank you for your patience waiting for my reply.
The new Server is running fine! Thank you very much!
The console gives me:
name@system:~/Documents/FedoraLNX/OctaneAddonServerStudioUpdated$ ./OctaneServer
Hello Octane!
Please enter commands!
So it starts up without problems and seems to work fine!
In the meantime with the help of Duncan Rose I also got the original server working:
It works by preloading zlib 1.3.1
https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz
I extracted it to /opt/
LD_PRELOAD=/opt/zlib-vanilla/lib/libz.so.1 ./OctaneServer
The new Server is running fine! Thank you very much!
The console gives me:
name@system:~/Documents/FedoraLNX/OctaneAddonServerStudioUpdated$ ./OctaneServer
Hello Octane!
Please enter commands!
So it starts up without problems and seems to work fine!
In the meantime with the help of Duncan Rose I also got the original server working:
It works by preloading zlib 1.3.1
https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz
I extracted it to /opt/
LD_PRELOAD=/opt/zlib-vanilla/lib/libz.so.1 ./OctaneServer