Stop Microsoft
Operating Systems => Linux and UNIX => Topic started by: Doogee on 8 February 2003, 21:29
-
MMkay ive got a slight problemo
Im trying to install a SNES emulator which requires SDL (Simple Directmedia Layer).
I have a mandrake version of SDL but ZSnes's ./configure doesnt want to pick it up, it says im missing SDL.
So a troddle over to libsdl.org and download the i386 RPM Binary SDL and try and install it and i get a conflict.
I dont know what to do??
I dont wanna break this install.
Thanks in advance, and before i go heres the whole ordeal.
-
Install Windows.
-
yeah good idea stupid thanks for the great help
-
I couldn't help myself. I don't often get to say that. My ZSNES works like a dream though. No need for name calling though. That's just rude.
-
Yeah ZSnes worked fine ON MY OLD REDHAT SYSTEM (http://tongue.gif) (http://tongue.gif)
Sorry about all that but i take comments like that seriously.
I really donmt want any windows on my computer at all ever period.
-
quote:
MMkay ive got a slight problemo
Im trying to install a SNES emulator which requires SDL (Simple Directmedia Layer).
I have a mandrake version of SDL but ZSnes's ./configure doesnt want to pick it up, it says im missing SDL.
So a troddle over to libsdl.org and download the i386 RPM Binary SDL and try and install it and i get a conflict.
I dont know what to do??
I dont wanna break this install.
It's not enough to just install a new lib like SDL, otherwise, the system won't know about it. You have to make sure that the install path for SDL is included in your /etc/ld.so.conf file. It's a small text file that contains the library paths (/usr/local/lib might be an entry, for example). Secondly, you need to register the new library with the system. Simply su to root, then enter: "/sbin/ldconfig" (no quotes) Doing this will allow the system to see the newly installed libs so apps can access them.
______________________________________
Live Free or Die: Linux
(http://www.otakupc.com/etsig/dolphin.gif)
Their fundamental design flaws are completely concealed by their superficial design flaws.
-
very good answer. i'd suggest it for the FAQ except i have little faith that it's ever used now.
[ February 13, 2003: Message edited by: Calum: Member # 81 ]
-
actually i needed SDL-devel but thanks anyway