Web Hosting Talk







View Full Version : Anyone successfully compiled courier-imap?


Onture
08-08-2002, 11:17 AM
./configure and make goes ok. but when i make check i get the following error;

$:~/courier-imap-1.5.2$ make check
Making check in numlib
make[1]: Entering directory `/home/mrh/courier-imap-1.5.2/numlib'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/mrh/courier-imap-1.5.2/numlib'
Making check in gdbmobj
make[1]: Entering directory `/home/mrh/courier-imap-1.5.2/gdbmobj'
./testsuite | cmp -s - ./testsuite.txt
./testgdbm: relocation error: ./testgdbm: undefined symbol: gdbm_fdesc
./testgdbm: relocation error: ./testgdbm: undefined symbol: gdbm_fdesc
./testgdbm: relocation error: ./testgdbm: undefined symbol: gdbm_fdesc
./testgdbm: relocation error: ./testgdbm: undefined symbol: gdbm_fdesc
./testgdbm: relocation error: ./testgdbm: undefined symbol: gdbm_fdesc
./testgdbm: relocation error: ./testgdbm: undefined symbol: gdbm_fdesc
./testgdbm: relocation error: ./testgdbm: undefined symbol: gdbm_fdesc
./testgdbm: relocation error: ./testgdbm: undefined symbol: gdbm_fdesc
make[1]: *** [check] Error 1
make[1]: Leaving directory `/home/mrh/courier-imap-1.5.2/gdbmobj'
make: *** [check-recursive] Error 1
$:~/courier-imap-1.5.2$

The latest gdbm is already compiled and installed.

Qgyen
08-08-2002, 11:25 AM
What OS? I've compiled it on FreeBSD before, didn't have any probs.

Onture
08-08-2002, 11:43 AM
Originally posted by Qgyen
What OS? I've compiled it on FreeBSD before, didn't have any probs.

Debian 3

Trying to get it work with vpopmail and qmail :/

ffeingol
08-08-2002, 11:53 AM
I've compiled it on RH 7.x systems with no problems. What options did you use to configure?

Frank

Onture
08-08-2002, 12:30 PM
Originally posted by ffeingol
I've compiled it on RH 7.x systems with no problems. What options did you use to configure?

Frank

I've used none with the configure option. I've tried enable with gdbm but did nothing.

I could switch to qpopper if it supports vpopmail.

Update-

I've just used the pop3 daemon that came with qmail. Didn't know it had one. Its all working now.