Sleepycat Berkeley DB 4.1

The slowmilt program requires Berkeley 4.1 database support. If you do not already have it installed, you may download it from Sleepycat Software. The slowmilt program expects DB 4.1 to be installed in the path /usr/local/BerkeleyDB.4.1/. If you have intstalled it in a different location, you need to add an argument to ./configure like this:

sh ./configure --with-berkeleydb41=/path

Here, path is the full path of the directory where the Berkeley DB 4.1 was installed.

In addtion, slowmilt expects that you did not build Berkeley DB 4.1 with a uniquename argument. If you did, you will need to build slowmilt with that same argument:

sh ./configure --with-uniquename=suffix

Here, suffix is the unique suffix you gave when building Berkeley DB 4.1.