From dev-return-4971-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Thu Nov 29 00:57:56 2001 Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 35806 invoked by uid 500); 29 Nov 2001 00:57:56 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 35795 invoked from network); 29 Nov 2001 00:57:55 -0000 Date: Wed, 28 Nov 2001 16:58:03 -0800 From: Aaron Bannert To: dev@apr.apache.org Subject: Re: dbm changes broke httpd-2.0 Message-ID: <20011128165803.G18738@clove.org> Mail-Followup-To: Aaron Bannert , dev@apr.apache.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Wed, Nov 28, 2001 at 04:57:03PM -0800, Doug MacEachern wrote: > the problem (i think) is that configure checks for db1/db.h but not for > libdb1 I'm seeing the same problem, and it is definately because we're not checking if the libraries exist. I was working on this earlier, lemme see if I can come up with a patch. -aaron