Re: configure option to include httpd-ldap?

2002-03-06 Thread Paul J. Reder
Actually, I fixed the build for the LDAP stuff so that you should just be able to check out the whole httpd-ldap tree into httpd-2.0/modules/. then do a normal configure like the following: #! /bin/sh # # Created by configure "./configure" \ "--with-mpm=prefork" \ "--enable-maintainer-mode" \ "-

Re: configure option to include httpd-ldap?

2002-03-06 Thread Graham Leggett
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

Re: configure option to include httpd-ldap?

2002-02-26 Thread Tim Moloney
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 --

Re: configure option to include httpd-ldap?

2002-02-26 Thread Thom May
* 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 t

Re: configure option to include httpd-ldap?

2002-02-26 Thread Paul J. Reder
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/"

configure option to include httpd-ldap?

2002-02-26 Thread Tim Moloney
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