From owner-freebsd-questions@FreeBSD.ORG Wed May 12 09:23:25 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 6167016A4CF for ; Wed, 12 May 2004 09:23:25 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEC2143D45 for ; Wed, 12 May 2004 09:23:22 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i4CGNATI032392 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 12 May 2004 17:23:10 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i4CGN9Oq032391; Wed, 12 May 2004 17:23:09 +0100 (BST) (envelope-from matthew) Date: Wed, 12 May 2004 17:23:09 +0100 From: Matthew Seaman To: Rob Message-ID: <20040512162309.GD28587@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Rob , freebsd-questions@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> <40A1DAC6.9060900@users.sourceforge.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XvKFcGCOAo53UbWW" Content-Disposition: inline In-Reply-To: <40A1DAC6.9060900@users.sourceforge.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: clamd / ClamAV version devel-20040504, clamav-milter version 0.70u X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org cc: =?iso-8859-1?Q?C=E9dric?= Devillers Subject: Re: Secure NFS (sNFS) on 4-Stable: has somebody succeeded? 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: Wed, 12 May 2004 16:23:25 -0000 --XvKFcGCOAo53UbWW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 12, 2004 at 05:05:26PM +0900, Rob wrote: > Perl comes with the FreeBSD-4-Stable base system as: > 10 -r-xr-xr-x 3 root wheel 10168 May 11 20:39 /usr/bin/perl > 10 -r-xr-xr-x 3 root wheel 10168 May 11 20:39 /usr/bin/perl5 > 10 -r-xr-xr-x 3 root wheel 10168 May 11 20:39 /usr/bin/perl5.00503 > our $VERSION =3D '1.54'; Yup. 'our' is a new keyword introduced in perl 5.6.x -- your version of perl is too old to run this software. Your best bet is to install a more recent version of perl from the ports (perl-5.8.2 recommended). Make sure you run: # use.perl port and then that you reinstall all perl modules so that the new perl can find them. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --XvKFcGCOAo53UbWW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAok9tiD657aJF7eIRAtJlAJ4xnK10ch+iiphORiXKjbL21mRgFgCbBjJA Oo7KMpcKskPKqKt4tdo/nFY= =Yhze -----END PGP SIGNATURE----- --XvKFcGCOAo53UbWW--