OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: LDAP dereferencing
From: John Hensley (rollic.net)
Date: Mon May 15 2000 - 21:34:24 CDT


At 23:58 -0500 14 May 2000, Amos Gouaux <amos+lists.postfixutdallas.edu> wrote:

> "dict_ldap.c", line 175: undefined struct/union member: ld_deref
> "dict_ldap.c", line 175: warning: improper pointer/integer
> combination: op "=" "dict_ldap.c", line 420: undefined struct/union
> member: ld_errno "dict_ldap.c", line 423: improper member use:
> ld_errno cc: acomp failed for dict_ldap.c gmake: *** [dict_ldap.o]
> Error 2 gmake: *** [update] Error 1
>
> Since nobody else has mentioned this, and there was a post about
> someone compiling just fine using the Solaris 7 client libs, gots to
> be something dumb I'm doing.

Huh. That is odd. The Solaris 7 struct ldap does have both of those,
according to docs.sun.com (I don't have Solaris here at home). Solaris 8
looks like it will definitely break things, so I'll have to account for
the differences soon, but 7 should work for you. I'll try and build it
on Solaris 7 myself this week. In the meantime, I'd recommend compiling
OpenLDAP and linking Postfix with it.

John