From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 1/1] CLD: fix crash in __mutex_get_max (libdb-4.7.so) on F13 Date: Mon, 30 Nov 2009 08:34:14 -0500 Message-ID: <4B13C9D6.6030108@garzik.org> References: <20091129181744.578f4b20@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20091129181744.578f4b20@redhat.com> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List On 11/29/2009 08:17 PM, Pete Zaitcev wrote: > Fedora 13 comes with db4.8 and apparently the compat-db4.7 is bust. > Let us link with 4.8 as a workaround. > > Signed-Off-By: Pete Zaitcev > > --- > configure.ac | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > Not sure how safe or desirable this is, but it seems to work. > > commit 77e89dfc8f0a9296ebfb02d5ca34d48f083df50c > Author: Master > Date: Sun Nov 29 18:12:40 2009 -0700 > > Fix crash in __mutex_get_max because db4.7 is toast on F13 > by letting to link against db4.8. applied, with updated commit message.