From owner-freebsd-questions@FreeBSD.ORG Mon Sep 13 06:16:35 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 1BFA416A4CE for ; Mon, 13 Sep 2004 06:16:35 +0000 (GMT) Received: from smtp811.mail.sc5.yahoo.com (smtp811.mail.sc5.yahoo.com [66.163.170.81]) by mx1.FreeBSD.org (Postfix) with SMTP id BD00A43D4C for ; Mon, 13 Sep 2004 06:16:34 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@64.171.1.210 with login) by smtp811.mail.sc5.yahoo.com with SMTP; 13 Sep 2004 06:16:34 -0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Sun, 12 Sep 2004 23:16:51 -0700 User-Agent: KMail/1.7 References: <5878D00B313A8D4E8D00B7E3082FC693067A1B@FF01.marsik.org> <413CA85B.9080500@makeworld.com> In-Reply-To: <413CA85B.9080500@makeworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409122316.51822.krinklyfig@spymac.com> Subject: Re: Post Install Configuration Issues (ruby18 error) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: krinklyfig@spymac.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 06:16:35 -0000 On Monday 06 September 2004 11:11 am, Chris wrote: > Another way: - this changes the default database (btriev) to hash > > setenv PORTS_DBDRIVER bdb1_hash > > then run your portdb -u > In fact, I opted for this one. I now run my ports tree updating > scripts as I did BEFORE these issues. What sort of effect might this have elsewhere? I'm sure this fix works, but is there something else that could get borked by changing the default database? - jt