DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19394>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19394 Making Apache 2.0.45 with --enable-ldap --enable-auth-ldap ------- Additional Comments From [EMAIL PROTECTED] 2003-08-19 16:29 ------- Same behavior encountered under Apache-httpd-2.0.47. Specifically: I'm trying to compile Apache from source for LDAP support. The LDAP module requires a minimum of Apache 2.0.31. I downloaded the latest 2.0.47 util_ldap.c:81:2: #error mod_ldap requires APR-util to have LDAP support built in So I download and build apr and apr-util (www.apache.org/dist/apr) Now I re-run configure... ./configure --enable-cgi --enable-so \ --with-apr=/usr/local/apr \ --with-apr-util=/usr/local/apr \ --enable-ldap --enable-module=auth-ldap \ --enable-shared=auth-ldap \ --enable-ssl --enable-moduel=ssl \ --enable-shared=ssl Configure doesn't complete - instead of trying to run GCC it incorrectly tries to run apr-util. OK, I can handle that... CC=gcc CPP="gcc -E" ./configure --enable-cgi --enable-so \ --with-apr=/usr/local/apr \ --with-apr-util=/usr/local/apr \ --enable-ldap --enable-module=auth-ldap \ --enable-shared=auth-ldap \ --enable-ssl --enable-moduel=ssl \ --enable-shared=ssl Great, so I make Apache - now here's the kicker... util_ldap.c:81:2: #error mod_ldap requires APR-util to have LDAP support built in --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
