From owner-freebsd-ports@FreeBSD.ORG Sun Sep 25 22:14:25 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4AAD106566B; Sun, 25 Sep 2011 22:14:25 +0000 (UTC) (envelope-from john.marshall@riverwillow.com.au) Received: from mail1.riverwillow.net.au (mail1.riverwillow.net.au [203.58.93.36]) by mx1.freebsd.org (Postfix) with ESMTP id 2D4898FC0C; Sun, 25 Sep 2011 22:14:24 +0000 (UTC) Received: from rwpc13.mby.riverwillow.net.au (rwpc13.mby.riverwillow.net.au [172.25.24.200]) (authenticated bits=0) by mail1.riverwillow.net.au (8.14.5/8.14.5) with ESMTP id p8PLxF3K007833 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 26 Sep 2011 07:59:15 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=riverwillow.com.au; s=m1001; t=1316987955; bh=VErHvQ0TtN7P/n6Egop8QUz5S9d8chUIW/du+ICpl5o=; h=Date:From:To:Cc:Subject:Message-ID:Mime-Version:Content-Type; b=T/gAXw5gF+O9/p0lg0+MotnHd01tEJ/UqMyHl/2oMrv8/7gCJZ2GZ8VVdj3XC+rL2 CWQPmyjIMqaBOcaHKeDrcy7n2JaPM9IBS6aYjFEJtSUqLxMjQ0joCKMCpymeys5IAU Vwgrf0oEzmZ4HhGG7ErncSblU4kj3r788vjV9mK0= Received: from rwpc13.mby.riverwillow.net.au (john@localhost [127.0.0.1]) by rwpc13.mby.riverwillow.net.au (8.14.5/8.14.5) with ESMTP id p8PLxFdm002755; Mon, 26 Sep 2011 07:59:15 +1000 (AEST) (envelope-from john.marshall@riverwillow.com.au) Received: (from john@localhost) by rwpc13.mby.riverwillow.net.au (8.14.5/8.14.5/Submit) id p8PLxFtr002754; Mon, 26 Sep 2011 07:59:15 +1000 (AEST) (envelope-from john) Date: Mon, 26 Sep 2011 07:59:15 +1000 From: John Marshall To: freebsd-ports@freebsd.org Message-ID: <20110925215915.GB1411@rwpc13.mby.riverwillow.net.au> Mail-Followup-To: freebsd-ports@freebsd.org, delphij@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tsOsTdHNUZQcU9Ye" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i OpenPGP: id=A29A84A2; url=http://pki.riverwillow.com.au/pgp/johnmarshall.asc Cc: delphij@freebsd.org Subject: net/openldap24-server won't start after bdb5 upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2011 22:14:25 -0000 --tsOsTdHNUZQcU9Ye Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable If net/openldap24-server is built WITH_BDB_VER=3D5, the server will fail to load the bdb backend at startup and will fail. ---------------- @(#) $OpenLDAP: slapd 2.4.26 (Sep 26 2011 06:13:10) lt_dlopenext failed: (back_bdb) file not found config error processing cn=3Dmodule{0},cn=3Dconfig: handl= er exited with 1 slapd stopped. ---------------- This is because the port doesn't include the BDB backend in the build. The BDB backend is excluded from the build because the port doesn't recognize the new BDB version numbering now used in bsd.database.mk. About a month ago I submitted a simple patch to work around this but I guess the maintainer has been too busy to look at it. I just got bitten again with the recent bdb 5.2.28 --> 5.2.36 upgrade and thought I'd mention it here. See ports/160270 for Makefile patch. --=20 John Marshall --tsOsTdHNUZQcU9Ye Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk5/pDMACgkQw/tAaKKahKJmNQCgkf7y/JJube85TmvuOqmupEkL 458AnRay2C0e3LBYlBJoWq1h7a2+4H5c =VD1F -----END PGP SIGNATURE----- --tsOsTdHNUZQcU9Ye--