1 message in net.sourceforge.lists.courier-maildrop[maildropl] 'make' error - RH7.3 - Ma...
FromSent OnAttachments
TomApr 19, 2004 1:59 am 
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:[maildropl] 'make' error - RH7.3 - Maildrop 1.6.3Actions...
From:Tom (to@goodtech.co.uk)
Date:Apr 19, 2004 1:59:42 am
List:net.sourceforge.lists.courier-maildrop

Hi,

I'm trying to get postfix and SA installed as per this howto http://www.gfxcafe.com/Mail%20Howto.htm and i'm having an issue with 'make' during the build of maildrop.

My configure is

$ export CPPFLAGS="-I/opt/mysql/include" $ export LDFLAGS="-L/opt/mysql/lib" $ ./configure --prefix=/opt/courier --enable-maildropmysql --with-mysqlconfig= /opt/courier/etc/maildropmysql.config --enable-maildrop-uid=1004 --enable-ma ildrop-gid=1004

and the configure goes fine - however during the make it exits with

Compiling setgroupid.c Compiling tempfile.C Compiling mdmysqlconfig.c Compiling mdmysql.c mdmysql.c:10:25: mysql/mysql.h: No such file or directory mdmysql.c:11:26: mysql/errmsg.h: No such file or directory make[2]: *** [mdmysql.o] Error 1 make[2]: Leaving directory `/home/tom/xxxx/maildrop-1.6.3/maildrop' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/tom/xxxx/maildrop-1.6.3/maildrop' make: *** [all-recursive] Error 1

How can i make it 'see' my mysql install - I have tried telling it where it is during the configure but that does not help either.

Any thoughts?