From e6d5336eac2631a1cad9fcba034dafdabf39346c Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 20 Mar 1998 09:42:44 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_auth_db.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/manual/mod/mod_auth_db.html b/docs/manual/mod/mod_auth_db.html index 9f73ac2b9b..111865a28e 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 -- 2.50.1