8 messages in net.sourceforge.lists.courier-usersRe: [courier-users] rpmbuild and mysq...
FromSent OnAttachments
Peer Oliver SchmidtMar 24, 2003 9:55 am 
Matt HyclakMar 24, 2003 10:27 am 
Peer Oliver SchmidtMar 24, 2003 11:38 am 
Bi...@triligon.orgMar 24, 2003 12:53 pm 
Sam VarshavchikMar 24, 2003 5:26 pm 
Peter C. NortonMar 24, 2003 7:32 pm 
Sam VarshavchikMar 24, 2003 8:08 pm 
Keith MatthewsMar 24, 2003 9:10 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] rpmbuild and mysql requirementActions...
From:Matt Hyclak (hyc@math.ohiou.edu)
Date:Mar 24, 2003 10:27:48 am
List:net.sourceforge.lists.courier-users

On Mon, Mar 24, 2003 at 06:20:00PM +0100, Peer Oliver Schmidt enlightened us:

Good day,

today, I tried to build RPMs for Redhat 7.2 with the following command:

rpmbuild -ta --define "xflags --disable-root-check --without-authpam --without-authpwd --with-authpgsql --with-authldap --without-authmysql --without-authshadow --enable-softtimeout=4800 --without-tcpddns" downloads/courier-0.42.0.20030319.tar.bz2

error: failed build dependencies: mysql-devel is needed by courier-0.42.0.20030319-1.7.2

Any idea what is going on here? I don't want mysql and I think, i have made that clear to the script, have I not?

Any and help is greatly appreciated.

The .spec file specifically requires mysql-devel (check for a BuildRequires: line). You can probably edit it, shove it back in the tarball, and continue along happily.

Matt