Hi all,

The above bug was posted about LDAP support not building on Solaris due to ldap.h and lber.h being declared in the wrong order.

This patch has been committed to apr-util v1.0, what needs to be done to get it committed to apr-util v0.9?

Regards,
Graham
--
--- httpd-2.0/srclib/apr-util/include/apr_ldap.h.in     2004-02-27 00:03:46.000000000 
+0200
+++ httpd-2.1/srclib/apr-util/include/apr_ldap.h.in     2004-05-22 02:44:30.000000000 
+0200
@@ -95,36 +95,27 @@
 /* LDAP header files */
 
 #if APR_HAS_NETSCAPE_LDAPSDK
[EMAIL PROTECTED]@
 @lber_h@
[EMAIL PROTECTED]@
 #if APR_HAS_LDAP_SSL 
 @ldap_ssl_h@
 #endif
 #endif
 
 #if APR_HAS_NOVELL_LDAPSDK
[EMAIL PROTECTED]@
 @lber_h@
[EMAIL PROTECTED]@
 #if APR_HAS_LDAP_SSL 
 @ldap_ssl_h@
 #endif
 #endif
 
 #if APR_HAS_OPENLDAP_LDAPSDK
[EMAIL PROTECTED]@
 @lber_h@
[EMAIL PROTECTED]@
 #endif
 
 /* LDAPv2 SDKs don't use const parameters in their prototypes.  

Reply via email to