From: Raphael P. <rap...@rz...> - 2006-07-18 07:31:02
|
Hi, I'm desperatly trying to compile python-ldap-2.2.0 on kubuntu 6.06 with python-2.3.5. OpenLDAP, OpenSSL and SASL are installed. I get the error: Modules/errors.c:24 error: size of array 'errobjects' is negative error: command 'gcc' failed with exit status 1 excerpt of my setup.cfg: library_dirs = /usr/lib /usr/lib/sasl2 include_dirs = /usr/include/sasl libs = ldap lber resolv I tried also: libs = ldap_r lber sasl2 ssl crypto any hints as how to get it working? Thanks, Raphael |