From owner-freebsd-questions@FreeBSD.ORG Mon Mar 21 17:24:49 2005 Return-Path: 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 C499816A4CE for ; Mon, 21 Mar 2005 17:24:49 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id A08C443D31 for ; Mon, 21 Mar 2005 17:24:49 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id j2LHOiKi003221; Mon, 21 Mar 2005 09:24:49 -0800 (PST) Received: from [10.1.1.245] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)j2LHOhSI006149; Mon, 21 Mar 2005 09:24:44 -0800 (PST) In-Reply-To: <1111424895.16428.16.camel@columbus> References: <1111424895.16428.16.camel@columbus> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <9aea4f6a76ed1d5438e624e5b978ec36@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 21 Mar 2005 12:24:42 -0500 To: robert@webtent.com X-Mailer: Apple Mail (2.619.2) cc: FreeBSD Subject: Re: DB43 and Openldap-sasl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2005 17:24:49 -0000 On Mar 21, 2005, at 12:08 PM, Robert Fitzpatrick wrote: > The README for openldap22-sasl-server indicates Berkeley DB 4.3 is > required for slapd. I adjusted the /etc/make.conf to WITH_BDB_VER=43 > and > the port system now complains, not that I'm trying to upgrade that > version of SASL, just an example is: > > genoa# portupgrade cyrus-sasl-2.1.20_1 > ** Port marked as IGNORE: security/cyrus-sasl2: > "is marked as broken: "WITH_BDB_VER must be 3, 4, 41 or 42"" > > Should I make this change in the /etc/make.conf file or perhaps take it > out? The cyrus port probably doesn't know how to use BDB-43. You could change that port and see whether Cyrus works with 43, or you might try building openldap against BDB-42 and see whether it still works. -- -Chuck