I got the following after a "make" attempt with "configure --with-mysql"
with the latest cvs checkout.
Am I missing some dev package?
[EMAIL PROTECTED] dbmail]# make
make all-recursive
make[1]: Entering directory `/opt/dbmail'
Making all in mysql
make[2]: Entering directory `/opt/dbmail/mysql'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I/usr/include/mysql -fomit-frame-pointer -g -O2 -W -Wall
-Wpointer-arith -Wstrict-prototypes -c dbmysql.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/mysql
-fomit-frame-pointer -g -O2 -W -Wall -Wpointer-arith -Wstrict-prototypes
-Wp,-MD,.deps/dbmysql.pp -c dbmysql.c -fPIC -DPIC -o .libs/dbmysql.o
In file included from ../debug.h:27,
from ../db.h:36,
from dbmysql.c:32:
../dbmail.h:37:18: glib.h: No such file or directory
make[2]: *** [dbmysql.lo] Error 1
make[2]: Leaving directory `/opt/dbmail/mysql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/dbmail'
make: *** [all-recursive-am] Error 2
Xing