No, since I am only able to compile for NetWare, I need a little help in getting the makefiles for the other platforms fixed up. I posted a message regarding this after I committed this patch originally. Several people replied saying that they would get it fixed up. I'm not sure it ever happened.
Brad Brad Nicholes Senior Software Engineer Novell, Inc., the leading provider of Net business solutions http://www.novell.com >>> Joe Orton <[EMAIL PROTECTED]> Monday, March 10, 2003 2:02:14 PM >>> Hi, On Fri, Feb 14, 2003 at 04:07:20PM -0000, Brad Nicholes wrote: > --- apr_ldap.h.in 1 Jan 2003 00:02:20 -0000 1.6 > +++ apr_ldap.h.in 14 Feb 2003 16:07:19 -0000 1.7 .. > +#define APR_HAS_NETSCAPE_LDAPSDK @apu_has_ldap_netscape@ > +#define APR_HAS_NOVELL_LDAPSDK @apu_has_ldap_novell@ > +#define APR_HAS_OPENLDAP_LDAPSDK @apu_has_ldap_openldap@ > +#define APR_HAS_MICROSOFT_LDAPSDK @apu_has_ldap_microsoft@ > +#define APR_HAS_OTHER_LDAPSDK @apu_has_ldap_other@ > + > + /* define if LDAP SSL support is available > + */ > +#define APR_HAS_LDAP_SSL @apu_has_ldap_ssl@ Was there an apu-conf.m4 update to go with these changes? The current configure script doesn't seem to be defining any of these variables. $ grep -l -r apu_has_ldap_openldap . ./include/apr_ldap.h.in ./include/apr_ldap.h $