From owner-freebsd-questions@FreeBSD.ORG Wed Jan 28 18:27:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAB9D106564A for ; Wed, 28 Jan 2009 18:27:05 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 9C47C8FC2A for ; Wed, 28 Jan 2009 18:27:05 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 0DA50AFC1FE; Wed, 28 Jan 2009 09:27:05 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 28 Jan 2009 09:27:04 -0900 User-Agent: KMail/1.9.10 References: <20090128174753.8d2b15b5.nicolas@nicoelro.net> In-Reply-To: <20090128174753.8d2b15b5.nicolas@nicoelro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901280927.04636.fbsd.questions@rachie.is-a-geek.net> Cc: Nicolas Letellier Subject: Re: Cannot build dovecot with bdb support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2009 18:27:06 -0000 On Wednesday 28 January 2009 07:47:53 Nicolas Letellier wrote: > Hello. > > I use FreeBSD-6.3. I want to install dovecot port with dbd support. > However, that's impossible. See my error: > > hecking for pam/pam_appl.h... no > checking for pam_setcred in -lpam... yes > checking for auth_userokay... no > checking db_env_create in -ldb... no > configure: error: Can't build with db support: libdb not found > ===> Script "configure" failed unexpectedly. > Please report the problem to yds@CoolRat.org [maintainer] and attach the > "/usr/ports/mail/dovecot/work/dovecot-1.1.8/config.log" including the The answer is in there. Works for me with db46. Could you show the part of config.log where it says it fails? Search for "checking db_env_create in -ldb" and anything below that will be helpful. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.