Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 2004 02:34:05 -0500
From:      David Scheidt <dmschei@attglobal.net>
To:        Matt <mhersant@comcast.net>
Cc:        hackers@freebsd.org
Subject:   Re: nfs within jail
Message-ID:  <41C28BED.9070508@attglobal.net>
In-Reply-To: <41C24EB5.8050603@comcast.net>
References:  <6677006$110312327941c0534f330ab0.72328144@config22.schlund.de> <41C24EB5.8050603@comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Matt wrote:

> stefan.schmidt@stadtbuch.de wrote:
>
>> Matt,
>>
>> there's nfsshell, an FTP-like client.
>> just google for nfsshell.
>>
>> Won't help in case of NFS4, I guess :-(
>>
>> Stefan
>>
>>  
>>
> Thanks.  I'd like to try the nfsshell, but I can't get it to build.  
> It doesn't appear to be a port either.  I'm an amateur C coder at 
> best.  Could someone take a quick look?  It's a very small program.  
> Sources are here: http://www.cs.vu.nl/pub/leendert/nfsshell.tar.gz
> Release doesn't use autoconfig.  Build dies with error:
>
> nfs.c:53:27: sys/sysmacros.h: No such file or directory
>

Commenting this line out is sufficent to compile.  You then need to 
change the LIBS line in the make file, removing -lsocket, -lnsl, and 
-lrpcsoc.  That's enough to make it link.  I'm unable to actually see if 
it'll work, though.

David




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41C28BED.9070508>