You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1998/09/21 17:22:04 UTC

Re: cvs commit: apache-1.3/src/modules/standard mod_auth_db.module mod_auth_db.c

This is bogus too.

If someone upgrades their glibc 2.0 system to glibc 2.1, and they
recompile apache, they'll suddenly be using db2 rather than db1.85.

Dean

On 19 Sep 1998 rse@hyperreal.org wrote:

> rse         98/09/19 05:12:36
> 
>   Modified:    src      CHANGES
>                src/modules/standard mod_auth_db.module mod_auth_db.c
>   Log:
>   Add support for Berkeley-DB/2.x (in addition to Berkeley-DB/1.x) to
>   mod_auth_db to both be friendly to users who wants to use this version
>   and to avoid problems under platforms where only version 2.x is present.
>   
>   Submitted by: Dan Jacobowitz <dr...@false.org>
>   Enhanced by: Ralf S. Engelschall