PDA

View Full Version : UT2004 on fedora core 3 x86-64


havox
02-28-05, 04:07 PM
Hi, I'm using fedora core 3 x86-64 kernel 2-6-10-1. Installed UT2004 fine & ran it every thing is great except two things!.. no sound & after installing ECE BP1 then patch 3355 it wont run & gives me this:

./ut2004-bin: error while loading shared libraries: ./libSDL-1.2.so.0: cannot open shared object file: No such file or directory

ANy idea why cant I run after patching?

I checked both those files they exist under system folder:\

chunkey
02-28-05, 04:39 PM
first check if you've SDL installed...
then make a backup of the libSDL-1.2.so.0 in ut2004's system folder
and now symlink "/usr/lib/libSDL-1.2.so.0" to the system folder and try again...

(console)

cd /path_to_ut2004/System
mv libSDL-1.2.so.0 libSDL-1.2.so.0.backup
ln -s /usr/lib/libSDL-1.2.so.0 libSDL-1.2.so.0

now ./ut2004-bin-linux-amd64

havox
02-28-05, 06:01 PM
thanx, works well now. but what that last part for? still dont have sound though:\
How do I know if ut2004 is running on 32bit or 64bit?