You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Brad Nicholes <BN...@novell.com> on 2003/03/10 22:34:13 UTC

Re: cvs commit: apr-util/include apr_ldap.hw apr_ldap.hnw apr_ldap.h.in

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 <jo...@manyfish.co.uk> 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
$

Re: cvs commit: apr-util/include apr_ldap.hw apr_ldap.hnw apr_ldap.h.in

Posted by Joe Orton <jo...@manyfish.co.uk>.
On Mon, Mar 10, 2003 at 02:34:13PM -0700, Brad Nicholes wrote:
> 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.

OK, until those people pull their fingers out, I've bodged it to work
with OpenLDAP rather than leave the --with-ldap build broken for the
majority of Unix users.