system: lfs-4.0
kernel: linux-2.4.20
glibc: 2.2.5
gcc: 3.2
berkeley db: 4.1.25
courier imap: 1.7.1

I tried to install courier by entering the following command (as normal user):
---------------
echo "making courier-imap..."
./configure --prefix=/usr --sysconfdir=/etc/courier --localstatedir=/var --with-authpwd --with-authshadow --with-authpgsql &&
make &&
make check &&
su
make install &&
make install-configure
---------------


during the make-stage, I get the error:
---------------
make[1]: Entering directory `/usr/src/courier-imap-1.7.1/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
make[1]: *** [bdbobj.o] Error 1
make[1]: Leaving directory `/usr/src/courier-imap-1.7.1/bdbobj'
make: *** [install-recursive] Error 1
---------------


I discovered that it goes wrong in calling a function of the berkeleydb, because it plainly doesn"t pass enough arguments.

What version of db is courier-imap-1.7.1 build for ??
It seems the version I use isn"t compatible.

Jappie



-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to