From owner-freebsd-stable@FreeBSD.ORG Tue May 11 00:45:33 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 7D97716A4CE; Tue, 11 May 2004 00:45:33 -0700 (PDT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC4E643D62; Tue, 11 May 2004 00:45:32 -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 2004051116:31:44:337516.28674.2516331440 for ; Tue, 11 May 2004 16:31:44 +0900 (KST) Message-ID: <40A0849B.5080506@users.sourceforge.net> Date: Tue, 11 May 2004 16:45:31 +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-questions@freebsd.org, freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:0.75) (by Terrace) Subject: Secure NFS: does not compile with Stable? 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: Tue, 11 May 2004 07:45:33 -0000 Hi, I want NFS over secure connection (sNFS). This is available at http://www.math.ualberta.ca/imaging/snfs/ It needs sec_rpc-1.54 compiled on the system, but this fails. It seems to require perl version 5.006 or later, but FreeBSD-Stable comes with perl version 5.005_03. So Stable is almost OK, but not quite. Here is what happens: [ ~/sec_rpc-1.54]$ ./configure ....zip.... [ ~/sec_rpc-1.54]$ make ....zip.... cd perl; perl Makefile.PL Checking if your kit is complete... Looks good Could not eval ' package ExtUtils::MakeMaker::_version; no strict; local $VERSION; $VERSION=undef; do { our $VERSION = '1.54'; }; $VERSION ' in SNFS.pm: Can't modify subroutine entry in scalar assignment at (eval 6) line 7, at EOF *** Error code 2 Stop in /home/rob/sec_rpc-1.54/NFS. *** Error code 1 What can I do now? Thanks. Rob.