From owner-freebsd-stable@FreeBSD.ORG Wed May 12 00:36:30 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 49E6716A4CE for ; Wed, 12 May 2004 00:36:30 -0700 (PDT) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4169C43D4C for ; Wed, 12 May 2004 00:36:28 -0700 (PDT) (envelope-from cedric.devillers@script.jussieu.fr) Received: from tzolkin.script.jussieu.fr (tzolkin.script.jussieu.fr [134.157.164.8])i4C7aRAP063281 for ; Wed, 12 May 2004 09:36:27 +0200 (CEST) X-Ids: 164 Received: from ganymede (ganymede.script.jussieu.fr [134.157.164.36]) (8.12.10/8.12.10/SCRIPT-1.1.18.1/1.1.8.1) with SMTP id i4C7aP5q000691 for ; Wed, 12 May 2004 09:36:26 +0200 (MEST) Date: Wed, 12 May 2004 09:36:25 +0200 From: =?ISO-8859-15?B?Q+lkcmlj?= Devillers To: freebsd-stable@freebsd.org Message-Id: <20040512093625.599d2e86.cedric.devillers@script.jussieu.fr> In-Reply-To: <40A17E44.7040900@users.sourceforge.net> References: <40A0C03B.5080906@users.sourceforge.net> <20040511183921.GA33494@xor.obsecurity.org> <40A17E44.7040900@users.sourceforge.net> X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Miltered: at shiva.jussieu.fr with ID 40A1D3FB.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Antivirus: scanned by sophie at shiva.jussieu.fr 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: Wed, 12 May 2004 07:36:30 -0000 Hello, you can test this command for verify what directories were include by default in the search path for modules perl -e 'print "@INC\n";' or perl -V If "/usr/libdata/perl/5.00503/" was not in this variable (@INC), this is normal that perl does not find it. The solution is to add this path in the @INC variable in the perl script or in the PERLLIB environment variable. Cedric On Wed, 12 May 2004 10:30:44 +0900 Rob wrote: > Kris Kennaway wrote: > > On Tue, May 11, 2004 at 08:59:55PM +0900, Rob wrote: > > > >>Hi, > >> > >>I want to have secure NFS on my FreeBSD-4-Stable PC, where > >>a secure tunnel is used for the NFS connection. > >> > >>There seems to be only one webpage for this: > >> > >> http://www.math.ualberta.ca/imaging/snfs/ > >> > >>First step is to install sec_rpc-1.54.tar.gz, which already > >>fails for me. > >> > >>I have upgraded perl from ports, to no avail; and I'm awaiting > >>response from the author of this package. > >> > >>The webpage suggests it should work for FreeBSD, but there's no > >>evidence. So I'm wondering if another FreeBSD-4.X user has been > >>successful in having sNFS installed. > >>If yes, then how to compile the sec_rpc package? > > > > > > Since I already responded to you yesterday, you're going to have to > > provide more information than last time. You could start by > > explaining precisely what "to no avail" means, e.g. what errors are > > you receiving? > > Thanks. I actually wanted to know first whether someone has > succeeded.... > > But I can give more details: > > In the directory sec_rpc-1.54/NFS/perl/ of the package > sec_rpc-1.54.tar.gz, there is a file Makefile.PL. 'make' processes > this directory by generating a Makefile with 'perl Makefile.PL', > followed by a 'make all'. > > The generation of the Makefile by perl doesn't work, neither with perl > from 4-Stable base system, nor with the newer perl version from the > ports. > > The file Makefile.PL contains: > > use ExtUtils::MakeMaker; > # See lib/ExtUtils/MakeMaker.pm for details of how to influence > # the contents of the Makefile that is written. > WriteMakefile( > 'NAME' => 'SNFS', > 'VERSION_FROM' => 'SNFS.pm', # finds $VERSION > 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 > ($] >= 5.005 ? ## Add these new keywords supported since > 5.005 (ABSTRACT_FROM => 'SNFS.pm', # retrieve abstract from > module AUTHOR => 'Fredrik Roubert ') : > ()),); > > > This file talks about "lib/ExtUtils/MakeMaker.pm", but on my system, > MakeMaker.pm resides in > /usr/libdata/perl/5.00503/ExtUtils/MakeMaker.pm. Where will perl > search, to find MakeMaker.pm? > > As soon as the make process does 'make all', it cannot find the > Makefile and it stops with an error. > > I myself don't know anything about perl, so I'm totally at a loss > here. > > Any suggestions? > > BTW: seeing the 5.005 here in this file, I believe it may work with > perl from 4-Stable base system (version 5.005_03), though again, I > know nothing about perl.... > > Thanks, > Rob. > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to > "freebsd-stable-unsubscribe@freebsd.org" >