Bind request problem

Michael Ströder michael at stroeder.com
Thu Jun 5 18:46:34 CEST 2003


Mario Alberto Cruz Gartner wrote:
> 
> $python Demo/simplebrowse.py
> Connecting to ldap://ldap.openldap.org/
> assertion "LBER_VALID( ber )" failed: file "sasl.c", line 99
> Abort (core dumped)
> $

Looks very much like a library mix related to OpenLDAP itself. The assertion 
is in the OpenLDAP libs. Are you sure that you compiled the OpenLDAP libs 
with the right SASL libs?

What's the output of ldd _ldap.so? Are there any unexpected libs listed there?

Ciao, Michael.



More information about the python-ldap mailing list