Howard Chu wrote:
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
Just to confirm, I built BDB 4.7.25 with the above options (except uniquenames and i686-suse-linux) on dual-core x86-64 and still see no hang.