5 messages in net.sourceforge.lists.courier-usersRE: [courier-users] Problem installat...
FromSent OnAttachments
EricJul 25, 2003 12:50 pm 
Mitch (WebCob)Jul 25, 2003 1:29 pm 
Anand BuddhdevJul 25, 2003 1:30 pm 
Bowie BaileyJul 25, 2003 2:20 pm 
Steve HultquistJul 25, 2003 7:12 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] Problem installation in RED HAT 9.0Actions...
From:Bowie Bailey (Bowi@BUC.com)
Date:Jul 25, 2003 2:20:40 pm
List:net.sourceforge.lists.courier-users

From: Eric [mailto:dcir@yahoo.com]

when run this command:

rpmbuild -ta courier-0.42.2.20030721.tar.bz2

i got this error:

error: Failed build dependencies: expect is needed by courier-0.42.2.20030721-1.9 postgresql-devel is needed by courier-0.42.2.20030721-1.9 mysql-devel is needed by courier-0.42.2.20030721-1.9 openldap-servers is needed by courier-0.42.2.20030721-1.9 openssl-perl is needed by courier-0.42.2.20030721-1.9

Install RPMs for expect and openssl-perl.

For the others, you can either install the RPMs, or if you don't use Postgres, MySQL, or LDAP (like me), try this:

- Extract the courier.spec file from the tarball - Edit it to remove the dependencies (very easy) - mv courier-0.42.2.20030721.tar.bz2 rpm/SOURCES - rpmbuild -ba courier.spec

This should build a perfectly functional Courier package. Of course, if you actually want to use any of those services, you'll need to install the packages and recompile (with a non-mangled spec file).

Bowie