From owner-freebsd-stable@FreeBSD.ORG Thu May 13 04:51:54 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0BF916A4CE for ; Thu, 13 May 2004 04:51:54 -0700 (PDT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 176B943D5A for ; Thu, 13 May 2004 04:51:54 -0700 (PDT) (envelope-from stopspam@users.sourceforge.net) Received: from [147.46.44.181] (stopspam@users.sourceforge.net) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004051320:37:28:358909.13435.3012840368 for ; Thu, 13 May 2004 20:37:28 +0900 (KST) Message-ID: <40A36158.9020508@users.sourceforge.net> Date: Thu, 13 May 2004 20:51:52 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <40A0C03B.5080906@users.sourceforge.net> <20040511183921.GA33494@xor.obsecurity.org> <40A17E44.7040900@users.sourceforge.net> <20040512093625.599d2e86.cedric.devillers@script.jussieu.fr> <40A1DCFA.1020506@users.sourceforge.net> <20040513134351.68bf9414.cedric.devillers@script.jussieu.fr> In-Reply-To: <20040513134351.68bf9414.cedric.devillers@script.jussieu.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-TERRACE-SPAMMARK: NO (SR:6.92) (by Terrace) Subject: Re: Secure NFS (sNFS) on 4-Stable: has somebody succeeded? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2004 11:51:54 -0000 Cédric Devillers wrote: > On Wed, 12 May 2004 17:14:50 +0900 > Rob wrote: > >>Is the difference between perl versions 5.005 and 5.006 so essential? >>Comparing these version numbers, this looks more like a small bug fix to me. >>However, if the difference is so important, then why are we still hanging on >>to 5.005 in the FreeBSD base system, without 'upgrading' that to 5.006 or >>whatever? > > > I did not look at yet which are these differences. Sorry. Found the solution. I downloaded the most recent release from the perl homepage, compiled that and installed in a separate directory (/opt/perl), created a link $HOME/bin/perl->[my new perl]. And all went like a charm. Probably a good choice in 5.X to remove perl from base system and have it as a package/port. Cheers, Rob.