From owner-freebsd-questions@FreeBSD.ORG Wed Aug 31 13:22:36 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 D089916A41F for ; Wed, 31 Aug 2005 13:22:36 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E8443D49 for ; Wed, 31 Aug 2005 13:22:36 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6770 invoked from network); 31 Aug 2005 13:22:35 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 31 Aug 2005 13:22:35 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id E6B7050; Wed, 31 Aug 2005 09:22:34 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Zan References: From: Lowell Gilbert Date: 31 Aug 2005 09:22:34 -0400 In-Reply-To: Message-ID: <44fysqw89x.fsf@be-well.ilk.org> Lines: 33 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: upgrading perl -ports 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: Wed, 31 Aug 2005 13:22:36 -0000 Please don't top-post. Zan writes: > On Tuesday, August 30, 2005, at 01:30 P:M, Lowell Gilbert wrote: > > > Zan writes: > > > >> in my /usr/local/bin I can clearly see that there is a newer version > >> of perl (5.8.0) already there, but when I type 'perl -v' I see that > >> I'm running off of 5.0. Is there anything else I can do besides trying > >> the "use.perl port" command? Because that doesn't seem to work, and my > >> jail did not come with a ports collection. > >> > >> I would appreciate any help you can give me. Thank you! > > > > Please show: > > uname -m > > which -a perl > uname -m = i386 Oops. I meant uname -a. You're running some 4.x, I guess? > which -a perl = > /usr/local/bin/perl > /usr/bin/perl Okay, explicitly run each of those perl executables to find the version. Something doesn't make sense here, and you may be looking in the wrong direction...