Killed Python2.4

Michael Ströder michael at stroeder.com
Mon Apr 28 18:55:25 CEST 2008


Ron Teitelbaum wrote:
> Here are the right values:
> 
> ldd _ldap.so
>         linux-gate.so.1 =>  (0x00d5e000)
>         libldap_r-2.4.so.2 => /usr/local/openldap/lib/libldap_r-2.4.so.2
> (0x00bfe000)
>         liblber-2.4.so.2 => /usr/local/openldap/lib/liblber-2.4.so.2
> (0x00ae2000)

Did you specify these OpenLDAP libs and the accompanying header files 
correctly in your setup.cfg before invoking the build? Which exact 
version of OpenLDAP is this?

Fixes to libldap mentioned in file CHANGES of not yet released
OpenLDAP 2.4.9:

         Fixed libldap to use unsigned port (ITS#5436)
         Fixed libldap error message for missing close paren (ITS#5458)
         Fixed libldap_r tpool pause checks (ITS#5364, #5407)
         Fixed libldap extended decoding (ITS#5304)
         Fixed libldap filter abort (ITS#5300)
         Fixed libldap ldap_parse_sasl_bind_result (ITS#5263)
         Fixed libldap result codes for open (ITS#5338)
         Fixed libldap search timeout crash (ITS#5291)
         Fixed libldap paged results crash (ITS#5315)
         Fixed libldap cipher suite with GnuTLS (ITS#5341)
                 Fixed libldap_r threaded library linking (ITS#4982)
                 Fixed libldap use of %n (ITS#5324)
                 Fixed liblber socket library linking (ITS#5224)

Ciao, Michael.



More information about the python-ldap mailing list