2 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] courierauth.h missing
FromSent OnAttachments
Simon Bennick (Intelligo)Nov 5, 2004 3:16 pm 
Sam VarshavchikNov 5, 2004 4:42 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:Re: [sqwebmail] courierauth.h missingActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Nov 5, 2004 4:42:00 pm
List:net.sourceforge.lists.courier-sqwebmail

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.