On Wed, Dec 07, 2005 at 09:39:49AM -0500, [EMAIL PROTECTED] wrote:
...
> Configure options to Apache
> 
> ./configure --with-ldap-sdk=openldap --enable-ssl --with-ssl=/usr/local/ssl
> --enable-authnz-ldap --enable-ldap --with-ldap=/usr/local

Don't pass an argument to --with-ldap, try, e.g.:

  --with-ldap --with-ldap-lib=/usr/local/lib \
     --with-ldap-include=/usr/local/include 

(you may also need to set LD_LIBRARY_PATH=/usr/local/lib)

joe

---------------------------------------------------------------------
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