- <html>
- <body>
- <h2>Sleepycat Berkeley DB 4.1</h2>
- The <i>slowmilt</i> program requires Berkeley 4.1 database support.
- If you do not already have it installed, you may download it from
- <a href="http://www.sleepycat.com/">Sleepycat Software</a>. The
- <i>slowmilt</i> program expects DB 4.1 to be installed in the path
- <i>/usr/local/BerkeleyDB.4.1/</i>. If you have intstalled it in a different
- location, you need to add an argument to ./configure like this:
- <p><code><menu>
- sh ./configure --with-berkeleydb41=/<i>path</i>
- </menu></code>
- <p>
- Here, <code><i>path</i></code> is the full path of the directory where
- the Berkeley DB 4.1 was installed.
- <p>
- If you have installed Berkeley DB 4.2, you also need to suppy that
- information:
- <p><code><menu>
- sh ./configure --with-berkeleydb41=/usr/local/BerkeleyDB.4.2
- </menu></code>
- The <i>configure</i> program does not automatically recognize
- that you upgraded.
- <p>
- In addtion, <i>slowmilt</i>
- expects that you did not build Berkeley DB 4.1 or 4.2 with
- a <code><i>uniquename</i></code> argument. If you did, you will need to
- build <i>slowmilt</i> with that same argument:
- <p><code><menu>
- sh ./configure --with-uniquename=<i>suffix</i>
- </menu></code>
- <p>
- Here, <code><i>suffix</i></code> is the unique suffix you gave when
- building Berkeley DB 4.1 or 4.2.
- </body>
- </html>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 4030 | bryan_costales | Finished documenting the configuration file Fixed a race condition and a core dump bug. ... Added hooks for whitelisting and IP aliasing Added support for Berkeley DB 4.2 Converted to htonl() and ntohl() Known Bugs: ip.db cannot be shared over NFS IP tracking from MX hosts can fail A RunAsUser config option is needed. « |
21 years ago | |
#1 | 3998 | bryan_costales | Brought the whole distribution up to V0.9 Added a huge abount of documentation. Added sl...owedit find Created startup scripts to launch for testing Fixed numerous bugs. Fixed a few portablity issues. Installed hooks for whitelisting and IP aliases. « |
21 years ago |