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=19085>. 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=19085 auto config can not seem to detect Netscape LDAP SDK in apr_ldap.h Summary: auto config can not seem to detect Netscape LDAP SDK in apr_ldap.h Product: Apache httpd-2.0 Version: 2.0.45 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: mod_ldap AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The apr_ldap.h starting with netscape 2.0.45 can not seem to detect NETSCAPE LDAP SDK properly. We are using CSDK41 which uses these libs: libnspr3.so, libplds3.so, libldapssl41.so, libplc3.so and these inclues: lber.h, ldap.h ldap_ssl.h, ldappr.h and we set --with-ldap-include and --with-ldap-lib. However, auto config always sets us to this value in apr_ldap.h: /* FIXME: remove this when above code works. Default to build with * OpenLDAP until apu-conf.m4 support exists */ #define APR_HAS_OPENLDAP_LDAPSDK 1 #define APR_HAS_LDAP_SSL 1 We have had to go through and manually define APR_HAS_NETSCAPE_LDAPSK and then everything works fine. It's important to note that once we define the correct SDK, Apache compiles properly and LDAP works flawlessly. We will be putting the module under some load tests, but there do not seem to be any errors. We understand the code is marked in the "experimental" tree but I felt it was important to point out this bug. Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
