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.