Michael Ströder wrote:
Quanah Gibson-Mount wrote:
What flags were used to build BDB 4.7?
See my build script as attachment.
../dist/configure \ --prefix=/opt/bdb-${BDB_VERSION} \ --with-uniquenames \
The above is not a valid option
--enable-diagnostic \
This appears to be the only significant difference from a default config. Try without.
--enable-shared \ --enable-static \
--enable-rpc \ --disable-java \ --enable-posixmutexes \ --enable-largefile \ --enable-cxx \ --disable-compat185 \ i686-suse-linux make
What about a gdb backtrace of the hung process?
See attachment bt_full.txt. I hope I've grabbed all the lines correctly.
I've added -d in tests/scripts/test001-slapadd (see debug output in attachment). It always hangs adding entry ou=Alumni Association,ou=People,dc=example,dc=com.
Ciao, Michael.