Thom May wrote:

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


I tried adding '--with-auth_ldap=/home/moloney/httpd-ldap' to the
configure command and the module still wasn't compiled.

Any other ideas?

Here's my config.nice file if it helps.


  #! /bin/sh

   #

  # Created by configure
  
  "./configure" \
  "--prefix=/usr/local/apache2" \
  "--enable-so" \
  "--enable-modules=ssl dav ldap auth_ldap" \
  "--with-ldap" \
  "--with-dbm=db4" \
  "--with-berkeley-db=/usr/local/BerkeleyDB.4.0" \
  "--with-auth_ldap=/home/moloney/httpd-ldap" \
  "$@"


-- 
Tim Moloney
ManTech Real-time Systems Laboratory
2015 Cattlemen Road                             \     /
Sarasota, FL  34232                     .________\(O)/________.
(941) 377-6775 x208                        '  '  O(.)O  '  '

Reply via email to