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

OpenLDAP will not detect Kerberos or SSL (ITS#1274)



Full_Name: Brendan Byrd
Version: 2.0.11
OS: Redhat/7.1 Linux/2.4.7
URL: 
Submission from: (NULL) (198.7.209.66)


I clearly have the include files krb5.h and openssl/ssl.h, but configure won't
detect them.  I've tried 'ln -s' the files to /usr/include and that still
doesn't work.  When compiling the test program from the configure routine (using
"gcc test.c"), which is:

#line 6174 "configure"
#include "confdefs.h"
#include <openssl/ssl.h>

I get:

/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crt1.o: In function `_start':
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crt1.o(.text+0x18): undefined
reference to `main'
collect2: ld returned 1 exit status
Another one involving krb5.h won't even go that far, but instead complains about
missing *.h files.  It's worth noting that the configure program won't look in
the /usr/kerberos/include directory for include files, nor will it look for
/usr/include/kerberos, which is a symlink I made for it.  All default installs
of Kerberos are found in that directory.  /usr/athena is another popular
directory for older installations.