Michael Ströder michael@stroeder.com writes:
Aaron Richton wrote:
On Sat, 20 Sep 2008, Michael Ströder wrote:
I'm trying to run current RE24 with BDB 4.7.25p1. It hangs in test-001 and it hangs (probably when doing a bind). Is that combination really stable?
db-4.7.25 patched with
http://www.oracle.com/technology/products/berkeley-db/db/update/4.7.25/patch...
Yes. That's what I meant with 4.7.25p1.
has been my platform for this round of RE24 testing. It completes test001 in my experience: I see the much-discussed test050 issue, and I filed ITS#5701 for the other situation I've seen.
If I compile on openSUSE with pre-installed 4.5.20 all works.
I tried to compile without SASL and Kerberos V support to exclude all issues concerning a libdb mix. Still no sucess.
I can confirm this, at least for openSUSE-11.0. BerkelyDB.4.7 patched, test001-slapadd hangs, unfortunately no logfiles available.
Starting test001-slapadd ...
running defines.sh Running slapadd to build slapd database... ^Cmake: *** [bdb-yes] Unterbrechung
servers/slapd/.libs> ldd lt-slapd linux-vdso.so.1 => (0x00007fff17dfe000) libldap_r-2-devel.so.0 => /work/ldap-src/libraries/libldap_r/.libs/libldap_r-2-devel.so.0 (0x00007fd20f8ad000) liblber-2-devel.so.0 => /work/ldap-src/libraries/liblber/.libs/liblber-2-devel.so.0 (0x00007fd20f69b000) libltdl.so.3 => /usr/lib64/libltdl.so.3 (0x00007fd20f493000) libdb-4.7.so => /usr/local/BerkeleyDB.4.7/lib/libdb-4.7.so (0x00007fd20f0c5000) libodbc.so.1 => /usr/lib64/libodbc.so.1 (0x00007fd20ee59000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fd20ec3d000) libsasl2.so.2 => /usr/lib64/libsasl2.so.2 (0x00007fd20ea22000) libdl.so.2 => /lib64/libdl.so.2 (0x00007fd20e81e000) libssl.so.0.9.8 => /usr/lib64/libssl.so.0.9.8 (0x00007fd20e5d0000) libcrypto.so.0.9.8 => /usr/lib64/libcrypto.so.0.9.8 (0x00007fd20e24f000) libresolv.so.2 => /lib64/libresolv.so.2 (0x00007fd20e03a000) libc.so.6 => /lib64/libc.so.6 (0x00007fd20dce1000) /lib64/ld-linux-x86-64.so.2 (0x00007fd20fb07000) libz.so.1 => /lib64/libz.so.1 (0x00007fd20dacb000)
-Dieter