On 2015-08-11 00:36, Rainer Jung wrote:
The current problems should be mostly around the above four compiler warnings. 
I can test any patches you want me to test.

Can you test including the attached file in ext/ldap/ldap.c, and not defining 
HAVE_3ARG_SETREBINDPROC and LDAP_CONTROL_PAGEDRESULTS ?
void ldap_memvfree( void **value )
{
  ldap_value_free(value);
}

int
ldap_initialize( LDAP **ldp, LDAP_CONST char *url )
{
  *ldp = ldap_open(url);
  return LDAP_SUCCESS;
}

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to