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=17244>. 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=17244 ./configure --help gives false information regarding to --with-ldap [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |PatchAvailable ------- Additional Comments From [EMAIL PROTECTED] 2004-01-19 11:54 ------- The patch I just attached causes configure to fail with a fatal error if the user requests mod_auth_ldap or mod_ldap but does not use an LDAP-capable apr-util. Since most people who wouldn't then know what to do will use the included apr-util, the error message tells them to use --with-ldap, which will solve their problem. I modeled the test after the test mod_auth_digest uses. To make the test simple, I made a small change to APR_CHECK_APR_DEFINE: if given an second argument, that macro now includes the header file so given instead of apr.h. This should not break existing usage. Please let me know if a different solution seems superior. Note that this does not fix the issue as the original post describes it since mod_[auth_]ldap only requires --with-ldap if you use the in-tree apr-util sources. I have created a new bug (#26240) that proposes a solution to the problem of incomplete option listing. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
