P.S. Once again, the immediate problem I'm having (there are others, but we can save them for later) is when running "make" on OS X (10.2.4) the bdbobj module/directory/whatever fails with this error message:
Compiling bdbobj.c
bdbobj.c: In function `bdbobj_open':
bdbobj.c:117: warning: passing arg 2 of pointer to function from incompatible pointer type
bdbobj.c:117: incompatible type for argument 4 of indirect function call
bdbobj.c:117: too few arguments to function
This is due to an incompatible version of the Berkeley DB library. Berkeley DB APIs are very unstable, and change quite often.
You need to install GDBM, which will be used in preference to DB.
------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
