4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] RPM build failure
FromSent OnAttachments
Fred ZinsliFeb 26, 2007 2:22 pm 
ScottFeb 26, 2007 2:31 pm 
Gordon MessmerFeb 26, 2007 2:44 pm 
Fred ZinsliFeb 26, 2007 4:01 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 failureActions...
From:Gordon Messmer (yiny@eburg.com)
Date:Feb 26, 2007 2:44:47 pm
List:net.sourceforge.lists.courier-users

Fred Zinsli wrote:

I am attempting to build RPM packages for FC5 as per the RPM build page and I am getting the following error and don'r know how to fix it.

rpmbuild -ta courier-0.54.2.tar.bz2 error: Failed build dependencies: courier-authlib-devel >= 0.55 is needed by courier-0.54.2-1.5.i386 expect is needed by courier-0.54.2-1.5.i386 /usr/include/fam.h is needed by courier-0.54.2-1.5.i386 xpdf is needed by courier-0.54.2-1.5.i386 mgetty-sendfax is needed by courier-0.54.2-1.5.i386 netpbm-progs is needed by courier-0.54.2-1.5.i386 pcre-devel is needed by courier-0.54.2-1.5.i386

Well... most of those are the names of packages which you'll need to install in order to build Courier.

"courier-authlib-devel" is one you'll get by building "courier-authlib". fam.h is something you'll get either from fam-devel (which isn't included in FC5) or gamin-devel (which is).

rpmbuild -ta courier-imap-4.1.2.tar.bz2 error: Failed build dependencies: courier-authlib-devel >= 0.55 is needed by courier-imap-4.1.2-1.5.i386 /usr/include/fam.h is needed by courier-imap-4.1.2-1.5.i386 openldap-servers is needed by courier-imap-4.1.2-1.5.i386

You don't need courier-imap if you're going to build and install courier. The imap server is included in the latter.