Sam Varshavchik <mrs...@courier-mta.com> writes:
Lloyd Zusman writes:
I downloaded the latest authlib package (courier-authlib-0.57),
and I ran the following command:
rpmbuild -ta courier-authlib-0.57.tar.bz2
I got these errors (lines manually wrapped):
... lots of other stuff ...
Checking for unpackaged file(s): /usr/lib/rpm/check-files
/var/tmp/courier-authlib-0.57-1.9-root
error: Installed (but unpackaged) file(s) found:
/usr/lib/libltdl.a
/usr/lib/libltdl.la
/usr/lib/libltdl.so
/usr/lib/libltdl.so.3
/usr/lib/libltdl.so.3.1.0
RPM build errors:
Installed (but unpackaged) file(s) found:
/usr/lib/libltdl.a
/usr/lib/libltdl.la
/usr/lib/libltdl.so
/usr/lib/libltdl.so.3
/usr/lib/libltdl.so.3.1.0
This seems to say that something that authlib wants to build is already
installed on my system. Can I ignore this, or do I have to do something
to eliminate this error before I can continue?
You need to install libtool-libs or libtool-ltdl-devel package, first.
Hmm ... those were installed, and I have been using them, but perhaps
there was an RPM error or something, because I re-installed, and now all
is well. Thanks.