Anyone successfully compiled courier-imap?

./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.

 

 

 

 

Top