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=24416>. 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=24416 Problem compiling httpd 2.0.48 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-11-07 13:51 ------- The issue is this: util_ldap.c:81:2: #error mod_ldap requires APR-util to have LDAP support built in It looks like you didn't add the right options for aprutil to support LDAP. Here is what I use on one of my boxes when configuring aprutil in order to support LDAP so that the LDAP authentication module for Apache will build: "--with-ldap-include=/usr/local/openldap-2.1.16/include" \ "--with-ldap-lib=/usr/local/openldap-2.1.16/lib" \ "--with-ldap" It may be that simply adding "--with-ldap" will find your ldap library. Try that first, and if it can't find ldap then try adding the locations like I did. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
