4 messages in net.sourceforge.lists.courier-sqwebmail[sqwebmail] Re: courierauth.h missing
FromSent OnAttachments
Kurt BiglerApr 10, 2005 11:32 pm 
Brian CandlerApr 12, 2005 12:30 am 
Kurt BiglerApr 12, 2005 4:56 pm 
Brian CandlerApr 13, 2005 5:45 am 
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:[sqwebmail] Re: courierauth.h missingActions...
From:Kurt Bigler (kk@breathsense.com)
Date:Apr 10, 2005 11:32:36 pm
List:net.sourceforge.lists.courier-sqwebmail

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