From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 13:22:56 2006 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 D328816A4DA for ; Thu, 6 Jul 2006 13:22:56 +0000 (UTC) (envelope-from anrays@gmail.com) Received: from tor.farlep.net (tor.farlep.net [213.130.1.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24AD443D46 for ; Thu, 6 Jul 2006 13:22:55 +0000 (GMT) (envelope-from anrays@gmail.com) Received: from santinel.home.ua (max5-00.dialup.farlep.net [213.130.5.129]) by tor.farlep.net with ESMTP id k66DMQdK027922; Thu, 6 Jul 2006 16:22:44 +0300 Received: from anray by santinel.home.ua with local (Exim 4.62; FreeBSD) id 1FyTLh-0007hh-Hd; Thu, 06 Jul 2006 15:52:53 +0300 To: Joe Auty References: <0896FE21-CF7C-425B-A8D9-BAF75063DD0B@netmusician.org> From: Andrey Slusar Mail-Followup-To: Joe Auty , FreeBSD Questions Date: Thu, 06 Jul 2006 15:52:53 +0300 In-Reply-To: <0896FE21-CF7C-425B-A8D9-BAF75063DD0B@netmusician.org> (Joe Auty's message of "Thu, 6 Jul 2006 08:43:05 -0400") Message-ID: <86lkr6j3oa.fsf@santinel.home.ua> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b27 (i386--freebsd) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SMTP-Vilter-Version: 1.1.8 X-SMTP-Vilter-Virus-Backend: clamd X-SMTP-Vilter-Status: clean X-SMTP-Vilter-clamd-Virus-Status: clean Cc: FreeBSD Questions Subject: Re: portupgrade incompatible version of BDB 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: Thu, 06 Jul 2006 13:22:56 -0000 Thu, 6 Jul 2006 08:43:05 -0400, Joe Auty wrote: > As of the latest portupgrade upgrade I'm getting the following error > message when I try to invoke and of the portupgrade scripts: > # pkgdb -F > /usr/local/lib/ruby/site_ruby/1.8/i386-freebsd5/bdb.so: > (NotImplementedError) > BDB needs compatible versions of libdb & db.h > you have db.h version 4.1.25 and libdb version 4.3.29 > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:152:in > `set_db_driver' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:81:in `setup' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:76:in > `initialize' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:5:in `new' > from /usr/local/lib/ruby/1.8/singleton.rb:95:in `instance' > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:206:in > `init_pkgtools_global' > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:1155 > from /usr/local/sbin/pkgdb:36 > I've tried deleting db43, and while this changed the error message, > I'm still having problems. Before I start randomly deinstalling and/ > or reinstalling anything this, is there a smart way to fix this > problem? Solution for fix this error described in ports/UPDATING file. Read this!