atom feed4 messages in net.sourceforge.lists.courier-imapRe: [Courier-imap] Re: [courier-users...
FromSent OnAttachments
Sam VarshavchikSep 23, 2005 7:56 pm 
Sam VarshavchikSep 24, 2005 6:18 pm 
Tony EarnshawSep 25, 2005 12:40 am 
Sam VarshavchikSep 25, 2005 7:09 am 
Subject:Re: [Courier-imap] Re: [courier-users] RPM build error with latest authlib
From:Tony Earnshaw (ton@billy.demon.nl)
Date:Sep 25, 2005 12:40:22 am
List:net.sourceforge.lists.courier-imap

Sam Varshavchik wrote:

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.

Wouldn't it be as well to add libtool-libs to the Buildprerequires in the spec file?

--Tonni