Michael Ströder michael@stroeder.com writes:
Dieter Kluenter wrote:
Quanah Gibson-Mount quanah@zimbra.com writes:
Please test RE24.
openSUSE 11.0 x86_64 BerkeleyDB-4.7
- test019 fails
test failed - master and P1 slave databases differ
./scripts/test019-syncreplication-cascade failed (exit 1)
I can confirm this.
- each test reports segmentation faults i.e.
Which SASL libs are you using for OpenLDAP? The ones shipped with openSUSE? These are built against package libdb-4_5-4.5.20-67.1. This might cause issues.
I just built against libdb-db-4.5 but still segmentation faults for each and every test remain, just an exmaple:
/scripts/test017-syncreplication-refresh: line 269: 32282 Speicherzugriffsfehler $SLAPD -f $CONF1 -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 ./scripts/test017-syncreplication-refresh: line 269: 32328 Speicherzugriffsfehler $SLAPD -f $CONF2 -h $URI2 -d $LVL $TIMING > $LOG2 2>&1
ldd /work/openldap/servers/slapd/.libs/lt-slapd linux-vdso.so.1 => (0x00007fff85bfe000) libldap_r-2.4-releng.so.2 => /work/openldap/libraries/libldap_r/.libs/libldap_r-2.4-releng.so.2 (0x00007f3a7d70a000) liblber-2.4-releng.so.2 => /work/openldap/libraries/liblber/.libs/liblber-2.4-releng.so.2 (0x00007f3a7d4f8000) libltdl.so.3 => /usr/lib64/libltdl.so.3 (0x00007f3a7d2f0000) libdb-4.5.so => /usr/lib64/libdb-4.5.so (0x00007f3a7cfb8000) libodbc.so.1 => /usr/lib64/libodbc.so.1 (0x00007f3a7cd4c000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f3a7cb30000) libsasl2.so.2 => /usr/lib64/libsasl2.so.2 (0x00007f3a7c915000)
-Dieter