From owner-freebsd-questions@FreeBSD.ORG Wed Mar 19 13:04:56 2014 Return-Path: Delivered-To: freebsd-questions@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 38836BEB for ; Wed, 19 Mar 2014 13:04:56 +0000 (UTC) Received: from cerebro.liukuma.net (cerebro.liukuma.net [185.34.0.166]) by mx1.freebsd.org (Postfix) with ESMTP id E68D72BF for ; Wed, 19 Mar 2014 13:04:55 +0000 (UTC) Received: from cerebro.liukuma.net (localhost [127.0.0.1]) by cerebro.liukuma.net (Postfix) with ESMTP id B74F68A0132; Wed, 19 Mar 2014 15:04:48 +0200 (EET) DKIM-Filter: OpenDKIM Filter v2.8.3 cerebro.liukuma.net B74F68A0132 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1395234288; bh=4iA9MTey1nZTsrys3As9qodf3NGkWjgRFoCIoyzl1Lo=; h=From:To:References:In-Reply-To:Subject:Date; b=B9aXfJJy7ZMl+PimxnCOyTh3r2TQGFvVGY/ml7o96ZJyayqISCbBrqAH3lVNfzaoC 0XX7at5t2KnKCw2SoRqPjxpnzo9mw5WeR7aiBB/5qaxgnGLMiU6xh7i3NCXPbLcRKI XkHmEgHigvWntLp1DvTloXI7emF7YbUykoqbQYmk= X-Virus-Scanned: amavisd-new at liukuma.net Received: from cerebro.liukuma.net ([127.0.0.1]) by cerebro.liukuma.net (cerebro.liukuma.net [127.0.0.1]) (amavisd-new, port 10027) with LMTP id B24Mg5LXkdXa; Wed, 19 Mar 2014 15:04:48 +0200 (EET) Received: from Rivendell (dsl-kmibrasgw1-54f8d4-179.dhcp.inet.fi [84.248.212.179]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: ignatz@cerebro.liukuma.net) by cerebro.liukuma.net (Postfix) with ESMTPSA id CB9D98A012F; Wed, 19 Mar 2014 15:04:47 +0200 (EET) DKIM-Filter: OpenDKIM Filter v2.8.3 cerebro.liukuma.net CB9D98A012F Message-ID: From: "Reko Turja" To: "Matthias Fechner" , References: <532955D2.7080101@fechner.net> In-Reply-To: <532955D2.7080101@fechner.net> Subject: Re: Howto install apache on FreeBSD10 Date: Wed, 19 Mar 2014 15:04:44 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3555.308 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 13:04:56 -0000 > How can I get apache22 build against db6? edit /etc/make.conf and add WITH_BDB_VER=6 Probably there are messages saying that using WITH_XXX is deprecated etc. but it still does its job as intended. -Reko