From: Eric [mailto:[EMAIL PROTECTED] > > 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 ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
