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" \ "--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" \ "$@" If it doesn't work, I need to fix something. Cheers, Paul J. Reder Graham Leggett wrote: > 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. >> > > - Copy the contents of ldap-aaa to httpd-2.0/modules/ldap. > - Run ./configure --with-ldap --enable-ldap --enable-auth-ldap > > Regards, > Graham > -- 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
