>>>> "Raymond" == Raymond Toy
<toy(a)rtp.ericsson.se> writes:
Oscar> First check the manpages. If you don't find anything about
Oscar> ldap_set_option then you can try to undefine
Oscar> HAVE_LDAP_SET_OPTION in the file eldap.c and recompile it.
Raymond> I'll try this in a few minutes.
This doesn't work. gcc complains that I'm dereferencing a pointer to
an incomplete type on lines 319 of eldap.c. This is true. I can't,
for the life of me, actually find out where struct ldap is really
defined. The only hint is in /usr/include/ldap.h where a comment says
LDAP is the opaque connection type. No kidding!
The manpage for ldap_open gives an example for the elements of struct
ldap, but I can't find that in any include file.
Oh well, if this is true, I think we'll have to put something in
configure so that we DON'T use Sun's ldap on Solaris 2.7. (I hope I
didn't miss anything.)
Ray