Subject: | Older XS code broken with new 3.00+ versions |
As described in http://www.perlmonks.org/?node_id=920621
also affects various other modules, such as Net::LDAPapi
Affected code there:
int
ldap_add_ext_s(ld,dn,ldap_change_ref,sctrls,cctrls)
LDAP * ld
LDAP_CHAR * dn
LDAPMod ** ldap_change_ref = hash2mod($arg, 1, "ldap_add_ext_s");
LDAPControl ** sctrls
LDAPControl ** cctrls
CLEANUP:
Safefree(ldap_change_ref);
/usr/bin/perl
/home/build/p4/HELIX/ThirdParty/Perl/zimbramon/lib/ExtUtils/xsubpp
-typemap /usr/lib/perl5/5.10.0/ExtUtils/typemap -typemap typemap
LDAPapi.xs > LDAPapi.xsc && mv LDAPapi.xsc LDAPapi.c
Could not find a typemap for C type 'LDAPMod **' in LDAPapi.xs, line 468
make[1]: *** [LDAPapi.c] Error 1