From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 20:59:29 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 BCFA816A4CE for ; Thu, 26 Feb 2004 20:59:29 -0800 (PST) Received: from spock.ste-land.com (spock.ste-land.com [64.32.179.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0F3A43D2D for ; Thu, 26 Feb 2004 20:59:29 -0800 (PST) (envelope-from ste@ste-land.com) Received: from ste-land.com (bgp377940bgs.plnfld01.nj.comcast.net [68.36.5.198]) by spock.ste-land.com (Postfix) with ESMTP id E60C42D24C; Thu, 26 Feb 2004 23:59:28 -0500 (EST) Message-ID: <403ECEB0.7060003@ste-land.com> Date: Thu, 26 Feb 2004 23:59:28 -0500 From: "Shaun T. Erickson" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Sharp References: <1707.192.168.1.1.1077854061.squirrel@probsd.org> In-Reply-To: <1707.192.168.1.1.1077854061.squirrel@probsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: ruby ( final answer ) 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: Fri, 27 Feb 2004 04:59:29 -0000 Michael Sharp wrote: > pkgdb is still looking for /usr/local/bin/ruby which after the upgrade > dosent exist. Its now /usr/local/bin/ruby16 > > ln -s /usr/local/bin/ruby16 /usr/local/bin/ruby > > fixes pkgdb and portsdb I'm setting up a new 5.2.1-RELEASE system and was concerned about this, as I was about to install portupgrade, which would also install ruby. With all ports up to date, I crossed my fingers and did a make install clean. Everything installed and works fine. I got a ruby18 (yes, 18) that was linked to ruby. Are you sure you have the latest portupgrade and ruby installed? -ste