From owner-freebsd-questions@FreeBSD.ORG Thu Oct 20 14:02:14 2005 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 8BC0016A41F for ; Thu, 20 Oct 2005 14:02:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AD9643D5A for ; Thu, 20 Oct 2005 14:02:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 18957 invoked from network); 20 Oct 2005 14:02:14 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Oct 2005 14:02:13 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id D7F0E34; Thu, 20 Oct 2005 10:02:12 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Craig Deal" References: <200510191646984.SM01300@craiglaptop> From: Lowell Gilbert Date: 20 Oct 2005 10:02:12 -0400 In-Reply-To: <200510191646984.SM01300@craiglaptop> Message-ID: <44irvse17f.fsf@be-well.ilk.org> Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Portupgrade problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 14:02:14 -0000 "Craig Deal" writes: > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > > Lowell Gilbert > > How did you install ruby? > > That's the program (as opposed to portupgrade) that's trying > > to link to the wrong library, and the version you have > > installed is not the one you would have gotten from the > > 5.4-RELEASE packages. > > > That could be the problem. I used "pkg_add > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages...... for some of the > packages, in order to get the most current version. I may have used the > wrong ftp folder on one of the them. Is > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/ or using > "pkg_add -r" the most current packages for ver. 5.4? If so, I think I will > just start over with a clean install. If you want to keep your packages up-to-date, I recommend updating your ports tree with cvsup and then using portupgrade or portmanager get the updates. Reinstalling the whole system is quite drastic and completely unnecessary.