- or download this
788401 Feb 29 2000 /lib/libdb-2.1.3.so
15 Aug 1 16:28 /lib/libdb.so.2 -> libdb1-2.1.3.so
14 Aug 1 16:28 /lib/libdb.so.3 -> libdb-2.1.3.so
221411 Feb 29 2000 /lib/libdb1-2.1.3.so
15 Aug 1 16:28 /lib/libdb1.so.2 -> libdb1-2.1.3.so
- or download this
cd ../db/dist;
make distclean >/dev/null;
...
make >/opt/src/config/logs/db.shared;
make test >/opt/src/config/logs/db.shared-test;
make install >/opt/src/config/logs/db.shared-install
- or download this
make distclean >/dev/null
sh Configure -de -Dprefix=/opt -Duselargefiles='undef' \
...
make >/opt/src/config/logs/perl-build
make test >/opt/src/config/logs/perl-test
make install >/opt/src/config/logs/perl-install
- or download this
BERKELEYDB_INCLUDE=/opt/include; export BERKELEYDB_INCLUDE
BERKELEYDB_LIB=/opt/include; export BERKELEYDB_LIB
/opt/bin/perl -MCPAN -e 'install BerkeleyDB'