you can also use the inbuild Shared Libraries function of your OS.
simple edit /etc/ld.so.conf and add the path to the binary folder of your UT3 server.
in my case the /etc/ld.so.conf looks like
include ld.so.conf.d/*.conf
/usr/X11R6/lib
/usr/lib/qt-3.3/lib
/home/ut3-dedicated/Binaries
save and execute the command "ldconfig"
now the server should start.
OK, i had the same problem as this, and tired everything in this post and it did not help. I found that it was actually to do with it being prevented from protecting memory. I was slightly confused, but eventually realised that SElinux was to blame for this. After switching SElinux to permissive, everything worked a dream, I'm sure that with a bit of tinkering with the settings you could get around this, but I don't need to do this as I don't have much use for SElinux, little help as long as you take the standard security precautions.
Comment