hi list,

I am trying to compile cyrus imap with kerberos support.
but the configure script fails with the warning that the kerberos DES 
library's are not installed.

configure: error: The Kerberos DES library is required for Kerberos support.

ls /usr/lib/libdes* -lh
-rw-r--r--  1 root root 18K Jul 13  2005 /usr/lib/libdes425.a
lrwxrwxrwx  1 root root  16 Jan 27 16:42 /usr/lib/libdes425.so -> 
libdes425.so.3.0
lrwxrwxrwx  1 root root  16 Jan 27 16:42 /usr/lib/libdes425.so.3 -> 
libdes425.so.3.0
-rw-r--r--  1 root root 11K Jul 13  2005 /usr/lib/libdes425.so.3.0

cat config.log | tail -n14
configure:3547: gcc -o conftest -g -O2 -I/usr/local/include  -L/usr/lib 
-Wl,-rpath,/usr/lib  conftest.c -ldes  -lcrypt -lresolv -lcrypt  1>&5
/usr/bin/ld: cannot find -ldes
collect2: ld returned 1 exit status
configure: failed program was:
#line 3536 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char des_ecb_encrypt();

int main() {
des_ecb_encrypt()
; return 0; }

any hints on how to get this fixed?

thanks, Mark
----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to