6 messages in net.sourceforge.lists.courier-users[courier-users] configure / gmake pro...
FromSent OnAttachments
Gary LawAug 1, 2001 10:40 am 
Oliver BlasnikAug 1, 2001 11:47 am 
Sam VarshavchikAug 1, 2001 2:43 pm 
Sam VarshavchikAug 1, 2001 2:44 pm 
Oliver BlasnikAug 1, 2001 3:09 pm 
Sam VarshavchikAug 1, 2001 3:20 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:[courier-users] configure / gmake problems (SqWebMail)Actions...
From:Gary Law (ga@garylaw.net)
Date:Aug 1, 2001 10:40:14 am
List:net.sourceforge.lists.courier-users

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.