From owner-freebsd-questions@FreeBSD.ORG Sat Jul 24 18:54:26 2004 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 0268B16A4CE for ; Sat, 24 Jul 2004 18:54:26 +0000 (GMT) Received: from hermes.webtent.net (hermes.webtent.net [192.216.106.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5435343D46 for ; Sat, 24 Jul 2004 18:54:25 +0000 (GMT) (envelope-from robert@www.webtent.com) Received: from www.webtent.com (localhost [127.0.0.1]) by localhost (8.10.2/8.10.2) with ESMTP id i6OIsCj17619 for ; Sat, 24 Jul 2004 14:54:12 -0400 From: "Robert Fitzpatrick" To: freebsd-questions@freebsd.org Date: Sat, 24 Jul 2004 14:54:12 -0400 Message-Id: <20040724184349.M5299@www.webtent.com> X-Mailer: Open WebMail 2.20 20031018 X-OriginatingIP: 198.79.127.235 (robert) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: Unrecognized database type (bdb) after openldap 21 upgrade to 22 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: Sat, 24 Jul 2004 18:54:26 -0000 After running 'portupgrade -rfo net/openldap22-sasl-client openldap--sasl- client', it seems to have taken care of the server upgrade as well, but my slapd.conf file complains of the bdb database type. Can someone tell me what it is looking for? esmtp# ls /var/db/pkg | grep openldap openldap-sasl-client-2.2.14 openldap-sasl-server-2.2.14 esmtp# /etc/rc.d/slapd start Starting slapd. Unrecognized database type (bdb) esmtp# ls /var/db/pkg | grep db4 db4-4.0.14_1,1 db41-4.1.25_2 db42-4.2.52_3 -- Robert