From: Ralf S. Engelschall Date: Fri, 20 Mar 1998 09:42:44 +0000 (+0000) Subject: Added hints to the source and documentation what version is needed X-Git-Tag: APACHE_BIG_SYMBOL_RENAME_POST~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6d5336eac2631a1cad9fcba034dafdabf39346c;p=thirdparty%2Fapache%2Fhttpd.git Added hints to the source and documentation what version is needed 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 --- diff --git a/docs/manual/mod/mod_auth_db.html b/docs/manual/mod/mod_auth_db.html index 9f73ac2b9b8..111865a28ee 100644 --- a/docs/manual/mod/mod_auth_db.html +++ b/docs/manual/mod/mod_auth_db.html @@ -21,6 +21,16 @@ Berkeley DB files. It is an alternative to DBM files for those systems which support DB and not DBM. It is only available in Apache 1.1 and later. +

+On some BSD systems (e.g. FreeBSD and NetBSD) dbm is automatically mapped to +Berkeley DB. You can use either mod_auth_dbm +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 http://www.sleepycat.com/ 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.

  • AuthDBGroupFile