Pierangelo Masarati wrote:
michael@stroeder.com wrote:
I'm experiencing seg faults when using SASL/EXTERNAL bind when connected over ldapi://. I will try to examine this further.
segfault at 0 ip b7f21d4c sp b370fd10 error 6 in libdb-4.6.so[b7ef9000+14f000]
This bug is typical of loading a libsasl2 module (libsasldb) built with a Berkeley DB version different from the one slapd was built with, or loading a libsasl2 module built with a different version of libsasl2 than the one slapd was built with. Can you check?
Now I've rebuilt with the pre-installed BDB 4.5 (openSUSE 11.0) packages and it works. Hmm...
Ciao, Michael.