9 messages in net.sourceforge.lists.courier-usersRe: [courier-users] RPM build error w...
FromSent OnAttachments
Sam VarshavchikSep 23, 2005 7:58 pm 
Lloyd ZusmanSep 24, 2005 5:33 pm 
Lloyd ZusmanSep 24, 2005 5:40 pm 
Sam VarshavchikSep 24, 2005 6:19 pm 
Sam VarshavchikSep 24, 2005 6:21 pm 
Lloyd ZusmanSep 24, 2005 6:56 pm 
Lloyd ZusmanSep 24, 2005 7:02 pm 
Sam VarshavchikSep 25, 2005 7:10 am 
Thomas von HasselSep 25, 2005 2:17 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] RPM build error with latest authlibActions...
From:Lloyd Zusman (lj@asfast.com)
Date:Sep 24, 2005 6:56:02 pm
List:net.sourceforge.lists.courier-users

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.