Hi all,

This is a follow up on my previous post about getting Apache
mod_auth_ldap to work with Novell e-directory.  I'm trying to build
apache with ldaps:// support.  I'm using the following versions:

OpenLDAP 2.2.28
OpenSSL 0.9.7f
Apache 2.0.54

This is all on SunOS 5.8.

When I run configure I get the following from the LDAP feature:

checking for ldap support...
  setting APRUTIL_INCLUDES to "-I/usr/local/include"
  setting APRUTIL_LDFLAGS to "-L/usr/local/lib"
checking for ldap_init in -lldap50... no
checking for ldap_init in -lldapssl41... no
checking for ldap_init in -lldapssl40... no
checking for ldap_init in -lldapssl30... no
checking for ldap_init in -lldapssl20... no
checking for ldap_init in -lldap... yes
  setting APRUTIL_EXPORT_LIBS to "-lldap -llber"
  setting APRUTIL_LIBS to "-lldap -llber"
checking for ldapssl_install_routines in -lldap... no
checking for ldap_start_tls_s in -lldap... yes
checking for ber_init in -llber... yes
checking lber.h usability... yes
checking lber.h presence... yes
checking for lber.h... yes
checking for ldap.h... yes
checking ldap_ssl.h usability... no
checking ldap_ssl.h presence... no
checking for ldap_ssl.h... No

When I start apache using this build, I get:

[Thu Sep 08 16:07:31 2005] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Thu Sep 08 16:07:31 2005] [notice] LDAP: SSL support unavailable

in error_log.

Is OpenLDAP expected to have ldap_ssl.h?  Or is ldap_start_tls_s support
enough?  I'm a bit clueless about the difference between SSL and TLS, I
just need to get a secure connection to Novell e-directory.  Anyone have
a clue how I might get LDAP+SSL to work in Apache?  Thanks for any help!

Cheers,
Craig

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to