With courier-0.49.0
Using the following configure:
./configure --disable-root-check \ --with-mailuser=courier --with-mailgroup=courier \ --with-db=gdbm
It configures fine, but will not compile. I get the following error:
Compiling courierfilter.c courierfilter.c: In function `main': courierfilter.c:378: error: syntax error before ',' token make[5]: *** [courierfilter.o] Error 1 make[5]: Leaving directory `/usr/local/courier/courier/filters' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/usr/local/courier/courier/filters' make[3]: *** [all] Error 2 make[3]: Leaving directory `/usr/local/courier/courier/filters' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/courier/courier' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/local/courier/courier' make: *** [all-recursive] Error 1
Line 378 is of courierfilter.c:
libmail_changeuidgid(MAILUID, MAILGID);
I've got cone-0.60 compiled --with-devel, so I don't understand why it's not compiling.
------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/info/Sentarus/hamr30 _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
