Author Topic: RPM Conflicts and all that Jazz  (Read 541 times)

Doogee

  • VIP
  • Member
  • ***
  • Posts: 774
  • Kudos: 109
    • http://m-db.info
RPM Conflicts and all that Jazz
« 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.

Code: [Select]

Fett101

  • VIP
  • Member
  • ***
  • Posts: 1,581
  • Kudos: 85
    • http://fgmma.com
RPM Conflicts and all that Jazz
« Reply #1 on: 8 February 2003, 10:03 »
Install Windows.

Doogee

  • VIP
  • Member
  • ***
  • Posts: 774
  • Kudos: 109
    • http://m-db.info
RPM Conflicts and all that Jazz
« Reply #2 on: 8 February 2003, 12:21 »
yeah good idea stupid thanks for the great help

Fett101

  • VIP
  • Member
  • ***
  • Posts: 1,581
  • Kudos: 85
    • http://fgmma.com
RPM Conflicts and all that Jazz
« Reply #3 on: 8 February 2003, 13:09 »
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.

Doogee

  • VIP
  • Member
  • ***
  • Posts: 774
  • Kudos: 109
    • http://m-db.info
RPM Conflicts and all that Jazz
« Reply #4 on: 8 February 2003, 13:49 »
Yeah ZSnes worked fine ON MY OLD REDHAT SYSTEM    

Sorry about all that but i take comments like that seriously.
I really donmt want any windows on my computer at all ever period.

jtpenrod

  • VIP
  • Member
  • ***
  • Posts: 675
  • Kudos: 105
RPM Conflicts and all that Jazz
« Reply #5 on: 12 February 2003, 10:45 »
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

Their fundamental design flaws are completely concealed by their superficial design flaws.
Live Free or Die: Linux
If software can be free, why can't dolphins?

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
RPM Conflicts and all that Jazz
« Reply #6 on: 12 February 2003, 15:35 »
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 ]

visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

Doogee

  • VIP
  • Member
  • ***
  • Posts: 774
  • Kudos: 109
    • http://m-db.info
RPM Conflicts and all that Jazz
« Reply #7 on: 14 February 2003, 21:36 »
actually i needed SDL-devel but thanks anyway