The config.nice file that I used for compiling Apache to include
LDAP based on the latest OpenLDAP is as follows:


#! /bin/sh
#
# Created by configure

"./configure" \
"--with-mpm=prefork" \
"--enable-maintainer-mode" \
"--disable-cgid" \
"--enable-cgi" \
"--with-ldap-include=/usr/local/include/" \
"--with-ldap-lib=/usr/local/lib" \
"--with-ldap" \
"--enable-ldap" \
"--enable-auth_ldap" \
"--enable-status" \
"$@"

Hope that helps some.


Tim Moloney wrote:

> I want to try running Apache 2.0.32 with the auth_ldap module.  The
> online manual (manual/dso.html) says to run configure with
> 
>   --add-module=module_type:/path/to/3rdparty/mod_foo.c
> 
> Unfortunately, configure doesn't like --add-module.  Since the
> documentation is wrong and/or out of data, how can I tell configure
> to find and use httpd-ldap?  Thanks.
> 


-- 
Paul J. Reder
-----------------------------------------------------------
"The strength of the Constitution lies entirely in the determination of each
citizen to defend it.  Only if every single citizen feels duty bound to do
his share in this defense are the constitutional rights secure."
-- Albert Einstein


Reply via email to