Re: rpm
Buchan Milne <[email protected]>
| Newsgroups | gmane.linux.redhat.rhn.user |
|---|---|
| Message-ID | <[email protected]> |
On Monday 11 February 2008 21:02:06 Mad Unix wrote: > am trying to sudo rpmbuild -ta courier-authlib-0.58.tar.bz2 on RHEL5 64bit > i get the following message ..... Seems like either a problem with the upstream source itself (install target copying libraries it shouldn't), or with the spec file in the source tarball. # rpm -qf /usr/lib64/libltdl.so.3.1.4 libtool-ltdl-1.5.22-6.1 Or, it could be that the spec file doesn't buildrequire libtool-ltdl-devel, and as such builds a bundled copy. Try installing libtool-ltdl-devel, and see if that helps (run the build again). > RPM build errors: > Installed (but unpackaged) file(s) found: > /usr/lib64/libltdl.a > /usr/lib64/libltdl.la > /usr/lib64/libltdl.so > /usr/lib64/libltdl.so.3 > /usr/lib64/libltdl.so.3.1.0 Regards, Buchan