From: <mi...@st...> - 2003-06-05 16:46:55
|
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. |