> You can install a particular range of BDB versions and it'll work with
> Courier, but I don't remember which ones, because the simple answer
> from Sam (the Courier author) was just this:

I found a reference which says it works with BDB 4.0.x but not 4.1.x

> Forget BDB. Use GDBM instead. It plays much nicer with programs because
> it's API doesn't change as often.

Good idea! I installed GDBM 1.8.3 and the compile is going much more
smoothly. However it's now bombing out with unresolved references to
"auth_userdb_pre_common" etc.

Any ideas?
Paul

./configure --prefix=/local/courier-imap-2.0.0 --with-db=gdbm
--without-authldap --without-authcram ; /sbin/make
.....
........

Compiling modauthuserdb.c
cc  -I/local/gdbm/include  -I.. -I./..  -L/local/gdbm/lib  -o authuserdb
modauthuserdb.o libauthmod.a libauth.a ../numlib/libnumlib.a
../userdb/libuserdb.a ../gdbmobj/libgdbmobj.a ../libhmac/libhmac.a -lgdbm
../md5/libmd5.a ../sha1/libsha1.a
ld:
Unresolved:
auth_userdb_pre_common
auth_userdb_cleanup
auth_userdb_passwd
make[1]: *** [authuserdb] Error 1
make[1]: Leaving directory
`/usr/local/sources/BUILD/courier-imap-2.0.0/authlib'
make: *** [all] Error 2
*** Exit 1
Stop.




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to