Sleepycat (cache) Berkeley DB is the standard database backend for many UNIX applications.
BSDs usually ship a release of the Berkeley DB, while Debian GNU/Linux, for example, has packages for several release trains to choose from.
I'm using the latest 4.1 version, available from here (cache).
> tar xzf db-4.1.25.NC.tar.gz
> cd db-4.1.25.NC/build_unix
> ../dist/configure --enable-compat185
(We want db 1.85 compatibility for the WebAlizer DNS cache)
> make
> make install
BSDs usually ship a release of the Berkeley DB, while Debian GNU/Linux, for example, has packages for several release trains to choose from.
I'm using the latest 4.1 version, available from here (cache).
> tar xzf db-4.1.25.NC.tar.gz
> cd db-4.1.25.NC/build_unix
> ../dist/configure --enable-compat185
(We want db 1.85 compatibility for the WebAlizer DNS cache)
> make
> make install