]> granicus.if.org Git - apache/commitdiff
Added hints to the source and documentation what version is needed
authorRalf S. Engelschall <rse@apache.org>
Fri, 20 Mar 1998 09:42:44 +0000 (09:42 +0000)
committerRalf S. Engelschall <rse@apache.org>
Fri, 20 Mar 1998 09:42:44 +0000 (09:42 +0000)
and where to find that version on the net.

PR#: 1423

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80602 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_db.html

index 9f73ac2b9b8ef7d9b47c387a48a32284b952ae30..111865a28eeb65ea721787761d646cce51a07a1a 100644 (file)
@@ -21,6 +21,16 @@ Berkeley DB files. It is an alternative to <A HREF="mod_auth_dbm.html">DBM</A>
 files for those systems which support DB and not DBM. It is only
 available in Apache 1.1 and later.
 
+<P>
+On some BSD systems (e.g. FreeBSD and NetBSD) dbm is automatically mapped to
+Berkeley DB. You can use either <A HREF="mod_auth_dbm.html">mod_auth_dbm</A>
+or mod_auth_db. The latter makes it more obvious that it's Berkeley DB.  On
+other platforms where you want to use the DB library you usually have to
+install it first. See <A
+HREF="http://www.sleepycat.com/">http://www.sleepycat.com/</A> for the
+distribution. The interface this module uses is the one from DB version 1.85
+and 1.86, but DB version 2.x can also be used when compatibility mode is
+enabled.
 
 <MENU>
 <LI><A HREF="#authdbgroupfile">AuthDBGroupFile</A>