INN commit: trunk/doc/pod (install.pod ovdb.pod)

INN Commit Russ_Allbery at isc.org
Fri Feb 20 20:18:51 UTC 2009


    Date: Friday, February 20, 2009 @ 12:18:37
  Author: iulius
Revision: 8334

Mention that Berkeley DB 4.7 is recommended, as well as Python 2.5.0.

Modified:
  trunk/doc/pod/install.pod
  trunk/doc/pod/ovdb.pod

-------------+
 install.pod |    4 ++--
 ovdb.pod    |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: install.pod
===================================================================
--- install.pod	2009-02-19 21:32:41 UTC (rev 8333)
+++ install.pod	2009-02-20 20:18:37 UTC (rev 8334)
@@ -154,8 +154,8 @@
 versions you'll need:
 
     --with-perl         Perl 5.004_03 or higher, 5.8.0+ recommended
-    --with-python       Python 1.5.2 or higher
-    --with-berkeleydb   Berkeley DB 4.4 or higher
+    --with-python       Python 1.5.2 or higher, 2.5.0+ recommended
+    --with-berkeleydb   Berkeley DB 4.4 or higher, 4.7+ recommended
     --with-zlib         zlib 1.x or higher
     --with-openssl      OpenSSL 0.9.6 or higher
     --with-sasl         SASL 2.x or higher

Modified: ovdb.pod
===================================================================
--- ovdb.pod	2009-02-19 21:32:41 UTC (rev 8333)
+++ ovdb.pod	2009-02-20 20:18:37 UTC (rev 8334)
@@ -6,7 +6,8 @@
 
 Ovdb is a storage method that uses the S<Berkeley DB> library to store
 overview data.  It requires version 4.4 or later of the S<Berkeley DB>
-library.
+library (4.7+ is recommended because older versions suffer from various
+issues).
 
 Ovdb makes use of the full transaction/logging/locking functionality of
 the S<Berkeley DB> environment.  S<Berkeley DB> may be downloaded from




More information about the inn-committers mailing list