[Date Prev][Date Next] [Chronological] [Thread] [Top]

Problem with configure



I'm trying to build openldap-1.2 (release) on DU-4.0, and it's barfing on
the fact that my des library doesn't have des_debug in it.  It's unclear
what I'm supposed to do next.

> configure:3340: checking for des_debug in Kerberos libraries
> configure:3361: gcc -o conftest -g -O2  -L/usr/local/lib conftest.c
> -lkrb4 -lkrb5 -ldes425 -lkrb4 -\ lkrb5 -ldes425  1>&5
> collect2: ld returned 1 exit status
> /bin/ld:
> Unresolved:
> des_debug
> configure: failed program was:
> #line 3348 "configure"
> #include "confdefs.h"
> 
> #include <kerberosIV/krb.h>
> #include <kerberosIV/des.h>
> extern int des_debug;
> 
> int main() {
> 
> des_debug = 1;
> 
> ; return 0; }

Roy Smith <roy@popmail.med.nyu.edu>
New York University School of Medicine
550 First Avenue, New York, NY  10016