Stephen King wrote:
> Anyone got any idea on how to add a shared lib in RH5.2?  
> The instructions were to unzip and copy it to
> /usr/lib and run ldconfig
> but when I try adding a rpm that depends on that lib, it
> checks and says it's not installed (failed dependency).

rpm doesn't check for the existance of the file, it checks it's database
to see if it's been installed by an rpm file.  If you're sure that all
dependancies are met, then you can use --nodeps, and rpm will install
your software without a successful check for required libs/packages.

A better solution, however, is to obtain the src.rpm, and --rebuild it.

You MAY be able to install libstdc++-2.9.0-24 and glibc from Red Hat
6.1, but I can't verify that it will work correctly.

MSG


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to