spickus
12-12-2001, 10:31 PM
I'm trying to setup a dedicated UT server on Slack 8.0. No X, minimal install. I used the server packages from
http://ut.abfackeln.com/installer.html?page=dedicated
unzips ok, when i try to execute ucc-bin i get :
./ucc-bin: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory
I tried - ldd ucc-bin
root@spickus:/unreal/ut-server/System# ldd ucc-bin
libdl.so.2 => /lib/libdl.so.2 (0x4001d000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40021000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40036000)
Engine.so => ./Engine.so (0x4004c000)
Core.so => ./Core.so (0x402a5000)
Editor.so => ./Editor.so (0x40414000)
libm.so.6 => /lib/libm.so.6 (0x405a3000)
libc.so.6 => /lib/libc.so.6 (0x405c5000)
libSDL-1.2.so.0 => ./libSDL-1.2.so.0 (0x406d6000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
libXext.so.6 => not found
Where can I find this lib?
http://ut.abfackeln.com/installer.html?page=dedicated
unzips ok, when i try to execute ucc-bin i get :
./ucc-bin: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory
I tried - ldd ucc-bin
root@spickus:/unreal/ut-server/System# ldd ucc-bin
libdl.so.2 => /lib/libdl.so.2 (0x4001d000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40021000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40036000)
Engine.so => ./Engine.so (0x4004c000)
Core.so => ./Core.so (0x402a5000)
Editor.so => ./Editor.so (0x40414000)
libm.so.6 => /lib/libm.so.6 (0x405a3000)
libc.so.6 => /lib/libc.so.6 (0x405c5000)
libSDL-1.2.so.0 => ./libSDL-1.2.so.0 (0x406d6000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
libXext.so.6 => not found
Where can I find this lib?