From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 18:56:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28A1916A420 for ; Mon, 3 Oct 2005 18:56:38 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE26043D46 for ; Mon, 3 Oct 2005 18:56:37 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 25120 invoked from network); 3 Oct 2005 18:56:37 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 3 Oct 2005 18:56:37 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2DB2E40; Mon, 3 Oct 2005 14:56:36 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Aguiar Magalhaes References: <20051002193754.67374.qmail@web31613.mail.mud.yahoo.com> From: Lowell Gilbert Date: 03 Oct 2005 14:56:35 -0400 In-Reply-To: <20051002193754.67374.qmail@web31613.mail.mud.yahoo.com> Message-ID: <44y85al998.fsf@be-well.ilk.org> Lines: 28 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Compiling postgrey X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2005 18:56:38 -0000 Aguiar Magalhaes writes: > Hi list, >=20 > I was compiling the posgrey in FreeBSD 5.4 (make make > install) and I Received the error message: >=20 > - - - - - - - - - - - > /bin/sh /usr/ports/mail/postgreypkg_req INSTALL > your vendor has not defined BerkeleyDB macro > DB_AUTO_COMMIT, used at -e line 1 >=20 > Postgrey requeires databases/p5-berkeleyDB to be built > with BerkeleyDB 4.1 or newer. Please reinstall it with > the WITH_BDB_VER set to 41 or newer > - - - - - - - - - - - - >=20 > What=B4s wrong ?=20=20 Well, let's see. Apparently this port requires that databases/p5-BerkeleyDB to be built with the variable=20 WITH_BDB_VER set to indicate version 4.1 (or later). > How to fix it ? At a guess, add "WITH_BDB_VER=3D1" to your make.conf,=20 and then install the databases/p5-BerkeleyDB port.