xrick doesn't see sdl? (solved)

Using applications, configuring, problems
Post Reply
Message
Author
zenkalia
Posts: 14
Joined: Fri 22 Jul 2005, 20:24

xrick doesn't see sdl? (solved)

#1 Post by zenkalia »

i just installed xrick and sdl...

would the problem be that i installed xrick before installing sdl? (i didn't know about the dependency until after installation)

Code: Select all

# cd /root/my-roxapps/xrick
# ls
KeyCodes    data.zip    src         xrick.6.gz
README      include     xrick
# ./xrick
./xrick: error while loading shared libraries: libSDL-1.2.so.0: cannot open shared object file: No such file or directory
or is it just that sdl hasn't been told to load at boot and i need to do that?

help? thanks...
Last edited by zenkalia on Sun 14 Aug 2005, 10:18, edited 1 time in total.
omg i wish i were more of a nerd... =[

Guest

#2 Post by Guest »

libSDL-1.2.so.0

Has to be either in /root/my-applications/lib or /usr/lib or you have to adjust LD_LIBRARY_PATH to pont to where you put the file...

also note that the lib maybe called libxzy.so.1.2.3 but may need a symlink named libxzy.so that points to libxzy.so.1.2.3


if you cd into /usr/lib and

#ls -l you'll see what I mean

zenkalia
Posts: 14
Joined: Fri 22 Jul 2005, 20:24

#3 Post by zenkalia »

/root/my-applications/lib/libSDL_mixer-1.2.so.0

/root/my-applications/lib/libSDL_mixer-1.2.so.0.2.4

those both exist... i just tried renaming one to "libSDL-1.2.0" and i get

Code: Select all

# ./xrick
./xrick: relocation error: ./xrick: undefined symbol: SDL_Init
maybe that wasn't the greatest idea... how do i uninstall a dotpup? haha...
omg i wish i were more of a nerd... =[

Guest

#4 Post by Guest »

your missing libSDL-1.2.so.0...it's that simple hahahahaha

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#5 Post by GuestToo »

i have a libSDL-1.2.so.0 dotpup on my dotpups page
http://www.goosee.com/puppy/wikka/DotPups

Guest

#6 Post by Guest »

wow.. i wonder what the hell i installed then... o.o

thanks though...

Post Reply