HI!
I updated my CVS directory copy of python-ldap yesterday and tried
to build ldapmodule against my installed OpenLDAP 1.2.11 libs.
1. I was confused wether to use ldap-module/ldapmodule/ or
python-ldap/ldapmodule/.
2. Without having any seriously knowledge of autoconf I created a
configure script by running autoconf in python-ldap/ldapmodule/.
I both directories the build failed with:
michael@junker:~/temp/python-ldap/ldap-module/ldapmodule > make
gcc -fpic -DLDAP_REFERRALS -DWITH_KERBEROS -O2 -m486
-I/usr/include/python1.5 -I/usr/include/python1.5 -DHAVE_CONFIG_H -c
./LDAPObject.c
./LDAPObject.c: In function `l_ldap_modrdn':
./LDAPObject.c:1069: too many arguments to function `ldap_modrdn'
./LDAPObject.c: In function `l_ldap_modrdn_s':
./LDAPObject.c:1093: too many arguments to function `ldap_modrdn_s'
make: *** [LDAPObject.o] Error 1
Ciao, Michael.
|