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?