[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Compiling pam_ldap w/ openldap
"Kurt D. Zeilenga" wrote:
> I've posted (long ago) methods for detecting the API version
> between various flavors to our -devel mailing... these should
> be available in the list's archive.
It gets difficult, I have to have a look at what you wrote. I found
this morning this problem while compiling Net::LDAPapi 1.43 (I happen
to have a large investment in it) with the latest -devel. I succeeded,
BTW. At first I monkeyed with LDAP_API_FEATURE_X_OPENLDAP but I
finally used tests on LDAP_API_VERSION. Not quite correct, since I
don't think we implement version 2001 fully, but was OK for this case
and does not break anything.
I don't know if anyone uses it, but in case someone is need, I can
produce a patch.
Julio