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