reviving this from the archives...
on 2004-11-05 at 16:42 Sam Varshavchik <mrsam@co...> wrote:
Simon Bennick (Intelligo) writes:
Hi,
It seems that sqwebmail version 4.0.7.20041103 is missing courierauth.h and
therefore can"t "make".
Maybe this is due to the "new" courier-authlib module, which I have compiled
and installed.
Ideas any one?
courierauth.h is installed by courier-authlib.
Unless specified otherwise, it will be installed in /usr/local/include.
If your C compiler does not search /usr/local/include by default, then you
should"ve either specified a different header installation directory when
you"ve built authlib, or specified CCFLAGS=-I/usr/local/include to
sqwebmail"s configure script.
Just for the record, the SqWebMail makefiles apparently use CFLAGS, not
CCFLAGS.
But it occurs to me that it might be good if SqWebMail always compiled ok
with the default installation of courier-authlib without requiring special
configuration options. FWIW my system is FreeBSD 4.6.1.
I have my make working now, though. But I did lose an hour on this.
Thanks,
Kurt