Hi
Platform: OpenBSD 2.8 on i386
Currently using Qmail, Courier-IMAP
I'm trying to add SqWebMail
./configure --enable-mimetypes
OK
make configure-check
OK
gmake configure-check
OK
gmake (GNU) then fails with:-
./html2man.pl <deliverquota.html >deliverquota.8
./html2man.pl <maildirmake.html >maildirmake.1
gmake[1]: Leaving directory /usr/sqwebmail-3.0.0/maildir'
Making all in liblock
gmake[1]: Entering directory /usr/sqwebmail-3.0.0/liblock'
gmake[1]: Leaving directory /usr/sqwebmail-3.0.0/liblock'
Making all in authlib
gmake[1]: Entering directory /usr/sqwebmail-3.0.0/authlib'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/mysql -g -O2 -Wall -I..
-I./.. -c authmysql.c
In file included from authmysql.c:19:
authmysql.h:8: mysql/mysql.h: No such file or directory
authmysql.h:9: mysql/errmsg.h: No such file or directory
gmake[1]: *** [authmysql.o] Error 1
gmake[1]: Leaving directory /usr/sqwebmail-3.0.0/authlib'
gmake: *** [all-recursive] Error 1
make (BSD) fails with a very similar:-
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/mysql -g -O2 -Wall -I.
-I./.. -c authmysql.c
In file included from authmysql.c:19:
authmysql.h:8: mysql/mysql.h: No such file or directory
authmysql.h:9: mysql/errmsg.h: No such file or directory
*** Error code 1
Stop in /usr/sqwebmail-3.0.0/authlib.
*** Error code 1
is there an auth module i can exclude to get round this? mysql *is* installed
and bizzarrely the files the script is looking for are located in the
/usr/local/include/mysql directory.
i'm clueless. help would be greatly appreciated.