From owner-freebsd-apache@FreeBSD.ORG Sun Dec 15 21:05:21 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 DD01FD46 for ; Sun, 15 Dec 2013 21:05:21 +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 C22FD11C0 for ; Sun, 15 Dec 2013 21:05:21 +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 8B4972E029; Sun, 15 Dec 2013 13:05:20 -0800 (PST) Message-ID: <52AE1986.9030905@blackrosetech.com> Date: Sun, 15 Dec 2013 13:05:10 -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> <52AD8ABE.2080107@blackrosetech.com> <52AD8CEB.1080803@gmx.de> In-Reply-To: <52AD8CEB.1080803@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 21:05:21 -0000 I think there was an order of execution problem in portmaster: updating apu first, after specifying WITH_BDB_VERSION=6 in make.conf seemed to clear it up, though I couldn't get apache to build from the ports with make install clean (same errors after the update), but it did build fine through portmaster (?) It looks like it is the same as this: http://lists.debian.org/debian-apache/2011/05/msg00038.html or at least I would have thought so until it built with portmaster. -------- Original Message -------- Subject: Re: Apache24 & db6 From: olli hauer To: apache@FreeBSD.org Date: Sun Dec 15 2013 03:05:15 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). >>> > > On 2013-12-15 11:55, David Gessel wrote:> 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 > > > Hi David, > > Please read also > https://wiki.freebsd.org/Ports/BerkeleyDBCleanup > > Specially the License change for db6 ... > > PS: > In case you have no special requirement for BDB in apache you can also build devel/apr without BDB >