* Tim Moloney ([EMAIL PROTECTED]) 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.
>
Looks like you want to be using --with-module=/path/to/module :
(from configure)
ac_help="$ac_help
--with-module=location Include the specified module. location is the
path to the new module."
HTH,
-Thom