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.

Make sure you're building as non-root.  Follow the instructions at 
http://www.courier-mta.org/?FAQ.html~rpm.

> 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

You must build courier-authlib and install it (plus the devel package) before 
you can compile and install the rest of the courier suite.  Those will require 
all the other packages listed.  Do something like 'yum install expect xpdf 
mgetty-sendfax ...'

>         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
> 
> 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

FAM was replaced by gamin in Fedora (if that's what you're using).  'yum 
install 
gamin gamin-devel'.  Or apt-get, whatever your poison.

-Scott

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to