LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Frozen Bubble on Red Hat 9 (https://www.linuxquestions.org/questions/linux-newbie-8/frozen-bubble-on-red-hat-9-a-88687/)

edrabs 09-03-2003 12:39 AM

Frozen Bubble on Red Hat 9
 
ok, I have Red Hat all up and running, and I want to make it my primary linux distro, but I need to get frozen bubble up and running for my girlfriend.

I've installed all of the dependencies that are labeled on the website, but when I run the rpm it keeps saying that I need SDL_perl =>1.19
which I know that I have, because I just make, make installed it

Any advice?

darthtux 09-03-2003 10:09 PM

Is the SDL_perl in your systems PATH?

If you know where it installed check to see if that PATH is in
/etc/ld.so.conf

edrabs 09-04-2003 12:38 PM

I did a search for SDL_perl, and I found it, I then put that directory into my path, but when I do a ldconfig, it doesn't show that it is pulling any libraries from that path, I am thinking that I can't find where I installed SDL_perl into...
How can I figure out how to find it?
Thanks

darthtux 09-04-2003 01:21 PM

look in
/usr/lib
/lib
/usr/local/lib

edrabs 09-04-2003 10:31 PM

ok, I set those directories in my path file, and did a ldconfig, and when I tried to install it, it gave me that same error...
I really have no idea what to do...

darthtux 09-05-2003 09:36 AM

Is SDL_perl in one of those directories?

edrabs 09-05-2003 03:38 PM

I didn't see it there, but does the path look through the sub directories and such? I didn't look through all of the subdirectories, I'm nto sure exactly how this works..
I can see a SDL_perl directory in my home directory...could this be it?
I'm sorry I'm such a newbie...thank you for all of your help, I'm really trying to get a grasp on this...

darthtux 09-05-2003 04:58 PM

If you installed it it's not going to be in your home directory. That's the source where you installed it from.

Do this

cd into the source directory and do
make install
again

See what directory it install to in the output.


All times are GMT -5. The time now is 10:48 PM.