Error to start UT Dedicated Linux server

graggle

Member
29 November 2008
8
0
Hello to all,

I`m hopeless with this. I tryt everything google allthe web ETC. to find out what I need to do .. all hopeless.


This message is shows up my putty
[email protected] [~]# cd /home/games/ut-server
[email protected] [/home/games/ut-server]# ./ucc.init start
Starting Unreal Tournament: Process is already running. Not started.
[email protected] [/home/games/ut-server]# Stopping Unreal Tournament: ./ucc.init: line 172: kill: (23395) - No such process
ucc.init
Starting Unreal Tournament: ucc.init
./ucc-bin: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory

Please help me with that.
 
rpm -ql SDL shows "/usr/lib/libSDL-1.2.so.0"?



root@server1 [~]# rpm -ql SDL shows "/usr/lib/libSDL-1.2.so0"
/usr/lib64/libSDL-1.1.so.0
/usr/lib64/libSDL-1.2.so.0
/usr/lib64/libSDL-1.2.so.0.11.2
/usr/share/doc/SDL-1.2.13
/usr/share/doc/SDL-1.2.13/BUGS
/usr/share/doc/SDL-1.2.13/COPYING
/usr/share/doc/SDL-1.2.13/CREDITS
/usr/share/doc/SDL-1.2.13/README-SDL.txt
package shows is not installed
package /usr/lib/libSDL-1.2.so0 is not installed
root@server1 [~]# yum install libSDL
fedora 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 2.3 kB 00:00
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
No package libSDL available.
Nothing to do
root@server1 [~]# yum install libSDL-1.2
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
No package libSDL-1.2 available.
Nothing to do
root@server1 [~]#
root@server1 [~]# yum install SDL
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package SDL.i386 0:1.2.12-1.fc7 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
SDL i386 1.2.12-1.fc7 updates 219 k

Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 219 k
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test


Transaction Check Error:
package SDL-1.2.13-1 (which is newer than SDL-1.2.12-1.fc7) is already installed

Error Summary
-------------

root@server1 [~]# yum install SDL_gfx
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
Package SDL_gfx - 2.0.13-8.fc7.i386 is already installed.
Package SDL_gfx - 2.0.13-8.fc7.x86_64 is already installed.
Nothing to do
root@server1 [~]#
 
made my day :ugly:

wild guess: your ut server is a 32bit application

try
Code:
cd /usr/lib
ln -s /usr/lib64/libSDL-1.2.so.0 libSDL-1.2.so.0


Hello Kampforca,

I did that ... I get this message:

root@server1 [~]# cd /usr/lib
root@server1 [/usr/lib]# In -s /usr/lib64/libSDL-1.2.so.0 libSDL-1.2.so.0
-bash: In: command not found
root@server1 [/usr/lib]#

Best regards,
graggle
 
Zuletzt bearbeitet:
Try this ...

Code:
ln -sf /usr/lib/libSDL-1.2.so.0 /usr/local/games/ut2004/System/libSDL-1.2.so.0
ln -sf /usr/lib/libopenal.so.0 /usr/local/games/ut2004/System/openal.so