Are you installing this on Mac OS X?
Chad
On Friday, Mar 7, 2003, at 15:47 US/Mountain, James A Baker wrote:
The suggested fix that I was told to use (by Sam Varshavchik -- thanks, Sam) was to forget using BDB, and use GDBM instead.
It worked like a charm for me -- or at least it fixed __that__ problem. :( I've still got others that I haven't determined a fix for. *sigh*)
Anyway, once you install GDBM, rerun ./configure for courier. It should automatically choose GDBM over BDB for you. If for some reason it doesn't, you can always use the --with-db=gdbm flag to the ./configure script, which will force it to use GDBM instead.
Anyway... HTH.
-jab
P.S. Sam suggested it because, according to him, the Berkley DB API's change too frequently. The GDBM ones are apparently more stable.
On Friday, Mar 7, 2003, at 15:52 US/Central, Chad Leigh -- Shire.Net LLC wrote:
Hi
Normally I use FreeBSD, but a customer is having a server installed in our data center, and we are setting it up for him. He specified > Linux.
We have installed libdb from the Berkeley DB from SleepyCat. It is in /usr/local/lib
We get the following error in compiling
Making all in bdbobj
gmake[1]: Entering directory `/space/kits/courier-imap-1.7.0/bdbobj'
gmake all-am
gmake[2]: Entering directory `/space/kits/courier-imap-1.7.0/bdbobj'
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
gmake[2]: *** [bdbobj.o] Error 1
gmake[2]: Leaving directory `/space/kits/courier-imap-1.7.0/bdbobj'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/space/kits/courier-imap-1.7.0/bdbobj'
gmake: *** [all-recursive] Error 1
[EMAIL PROTECTED] /space/kits/courier-imap-1.7.0 $
I am not sure where to go from here.
Thanks for any hints Chad
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
