PDA

View Full Version : Sauerbraten -->need help


ronin1982
1st February 2007, 08:11 PM
Hy ,i downloaded sauerbraten and tried to play it...but i get some error :
./sauerbraten_unix
./bin_unix/linux_client: error while loading shared libraries: libSDL_image-1.2.so.0: cannot open shared object file: No such file or directory ./sauerbraten_unix
./bin_unix/linux_client: error while loading shared libraries: libSDL_image-1.2.so.0: cannot open shared object file: No such file or directory
in readme says that i need this libs: opengl, glu, sdl, sdl_image, sdl_mixer, png, jpeg, zlib
How can i find what libs to install?
If i do :
>yum install opengl glu sdl sdl_image sdl_mixer png jpeg zlib
it does'nt find anything to install.....
Thanks and sorry for the lame questions.

bob
1st February 2007, 08:19 PM
Try 'yum clean all', followed by 'yum provides libSDL_image-1.2.so.0' . I'm not in FC at the moment, but I'm running Sauerbraten on at least 4 distros and it's a an easy fix.

Greywhind
2nd February 2007, 12:29 AM

Note: The Sauerbraten forums at http://www.cubeengine.com/forum.php4 are a good place to ask questions - but make sure the answer isn't in the manual first and search the forums for similar questions before you post.

ronin1982
3rd February 2007, 09:12 AM
I solved this by:
>yum clean all
>yum install SDL_image SDL_mixer
Thanks.
Adrian.