From owner-freebsd-apache@FreeBSD.ORG Sun Dec 15 10:56:09 2013 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 250D6C58 for ; Sun, 15 Dec 2013 10:56:09 +0000 (UTC) Received: from claudel.blackrosetech.com (173-228-36-136.dedicated.static.sonic.net [173.228.36.136]) by mx1.freebsd.org (Postfix) with ESMTP id 0ADCD1B63 for ; Sun, 15 Dec 2013 10:56:08 +0000 (UTC) Received: from [10.3.69.160] (unknown [10.3.69.133]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by claudel.blackrosetech.com (Postfix) with ESMTPSA id E9FBD2E044; Sun, 15 Dec 2013 02:56:07 -0800 (PST) Message-ID: <52AD8ABE.2080107@blackrosetech.com> Date: Sun, 15 Dec 2013 02:55:58 -0800 From: David Gessel User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: olli hauer , apache@FreeBSD.org Subject: Re: Apache24 & db6 References: <52ACDDC3.1060906@blackrosetech.com> <52AD69E3.7040301@gmx.de> In-Reply-To: <52AD69E3.7040301@gmx.de> X-Enigmail-Version: 1.6 OpenPGP: id=B4B204F2; url=http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x868C919AB4B204F2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 10:56:09 -0000 yah, for years no problem at all, but it just started flagging portmaster so I suspect that there will be a lot of people trying to update. apr-utils might be a sane work around. I'll check. -david -------- Original Message -------- Subject: Re: Apache24 & db6 From: olli hauer To: apache@FreeBSD.org Date: Sun Dec 15 2013 00:35:47 GMT-0800 (Pacific Standard Time) > On 2013-12-14 23:37, David Gessel wrote: >> db4 is just deprecated. >> >> Apache wants ldb-4.2 to build. >> >> ldb-4.2 goes away with db4. >> >> Any fix for db6؟ >> > > The -ldb42 comes from devel/apr1 or to be more specific from apr-utils. > You can check the version with the command >> apu-1-config --ldflags > > > I haven't tested db6 until now with apr1 and apache (running db48 since years). >