PDA

View Full Version : [SOLVED] lib exists, but yum fails because it can't find it?


digimars
28th March 2012, 08:17 PM
I have compiled a package into an RPM, and if I do a localinstall, it works fine. However, if I throw the same RPM file into my personal repo, update the repo, and try to install the same exact package from there, it fails on a lib dependancy, and the library is actually in the RPM package itself.

Has anyone run into that before?

---------- Post added at 03:17 PM ---------- Previous post was at 08:25 AM ----------

Nevermind, I took out a line in my spec file that was messing with the ld.conf file, and all is well.