Raj Mathur wrote:


Nah, if he's trying to install an RPM the rpm program won't allow him to install due to missing dependencies. Remember, RPM will look for dependencies in the RPM database, not on the filesystem. Good lord, I'm reminding an RHCE! *g,d&r*

Very funny! :-P


The output of RPM will normally tell you the exact library version that the app expects. The contents of /usr/local/lib will confirm to you whether teh same library version is installed - sometimes a simple symlink to the library file is needed to let the app use the correct library.

If we could confirm that the library is installed then we can bite the bullet and install teh app with RPM --nodeps

- Sandip


-- Sandip Bhattacharya http://www.sandipb.net sandip at puroga.com Puroga Technologies Pvt. Ltd. http://www.puroga.com



_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to