Berkeley DB

The Berkeley DB comes preconfigured on many Linux systems. It will be in an RPM called DBn, where 'n' is a number like 3, 4 or 5. If it isn't there already, get a copy from SleepyCat and install it.

To get the Perl support for Berkeley DB, you need DB_File. To install DB_File, execute the following command, while running as root:

     perl -MCPAN -e 'install DB_File'