failed dependency

"Marcel Runte" <[email protected]> Mon, 07 Feb 2005 23:56:37 +0100
Newsgroups gmane.comp.video.ogle.user
Organization http://freemail.web.de/
Message-ID <[email protected]>
Tim Hanson <[email protected]> wrote :
> 
> ogle_gui was one of the things that wouldn't install when I moved to 64
> bit computing.  Specifically, I get the following message:
> 
> susedesk:# rpm -i ogle_*
> error: Failed dependencies:
>         libglade.so.0 is needed by ogle_gui-0.9.2-ogle1
> 
> A quick search:
> i
> susedesk:# locate libglade.so.0
> /opt/gnome/lib/libglade.so.0
> /opt/gnome/lib64/libglade.so.0
> /opt/gnome/lib64/libglade.so.0.4.2
> 
> The two top entries are links to the third.  libglade.so.0.4.2 is a real
> file.  Where can I put a link that rpm will find?  

Well, I have perhaps a workaround, which might work for you as well:
Lets try a 'rpm -i --nodeps' on the rpm Package first, execute it, and if the same error shows up again with the executable, then look at /etc/ld.so.conf if your library path are all there and included. If not, add the appropriate one (in your case /opt/gnome/lib or better /opt/gnome/lib64) and try again.
You could also get the src.rpm Package of your normal rpm and try a local rpm --rebuild on it to get an individual rpm package, which might then be installable without the '-nodeps' option.

Greetings, Marcel