Received: by taz.hyperreal.com (8.8.4/V2.0) id BAA21629; Sat, 22 Feb 1997 01:15:51 -0800 (PST) Received: from futurefx.com by taz.hyperreal.com (8.8.4/V2.0) with ESMTP id BAA21625; Sat, 22 Feb 1997 01:15:48 -0800 (PST) Received: (from jclary@localhost) by futurefx.com (8.8.3/8.8.3) id DAA19513 for new-httpd@hyperreal.com; Sat, 22 Feb 1997 03:15:44 -0600 From: Jason Clary Message-Id: <199702220915.DAA19513@futurefx.com> Subject: Re: [PATCH] libdb To: new-httpd@hyperreal.com Date: Sat, 22 Feb 1997 03:15:43 -0600 (CST) In-Reply-To: from "Dean Gaudet" at Feb 21, 97 07:07:55 pm X-Mailer: ELM [version 2.4 PL25 PGP3 *ALPHA*] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com > > (1.2b7 compiles and runs fine on linux). > > I'm not 100% sure that all linuxes have this property, but RedHat requires > -ldb for either dbm or db support. In most cases when berkeley db lib is > installed it's available as -ldb... so here's a patch to Configure which > makes it include -ldb when mod_auth_db is included. I thought most if not all linux systems were distributed with gdbm which is backward compatible with db and dbm.... If thats true, then linking with gdbm on Linux would avoid people having to install something else if they aren't smart enough to figure it out.. ;P Just checking Jason