[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
More on: Getting OpenLDAP on RedHat AS3 working properly
Rob Tanner wrote:
What I wanted to try was to go ahead and build OpenLDAP from source, but when
I do that, I get the error:
checking for openssl/ssl.h... no
checking for ssl.h... no
configure: error: Could not locate TLS/SSL package
I just checked on this now, briefly. Looks like there is indeed
a problem.
Here's an expansion of what's going on, basically a tail -f of the
config.log file. It looks as though the Kerberos files aren't
being found (/usr/kerberos/{include,lib}). And for whatever reason
<ssl.h> is being included even though <openssl/ssl.h> is being
checked for:
configure:10661: checking for openssl/ssl.h
configure:10671: cc -E conftest.c >/dev/null 2>conftest.out
In file included from /usr/include/openssl/ssl.h:179,
from configure:10667:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
configure: failed program was:
#line 10666 "configure"
#include "confdefs.h"
#include <openssl/ssl.h>
configure:10661: checking for ssl.h
configure:10671: cc -E conftest.c >/dev/null 2>conftest.out
configure:10667:17: ssl.h: No such file or directory
configure: failed program was:
#line 10666 "configure"
#include "confdefs.h"
#include <ssl.h>
--
Richard Goerwitz richard@Goerwitz.COM
tel: 507 645 7015