]> git.decadent.org.uk Git - nfs-utils.git/blob - README
Move NFS mount code from util-linux to nfs-utils - part 1
[nfs-utils.git] / README
1 This is version 1.0.1 of nfs-utils, the Linux NFS utility package.
2
3
4 0. PROJECT RESOURCES
5
6 Home page:  http://sourceforge.net/projects/nfs/
7
8 To use the 'gss' support you must have kerberos-5 development 
9 libraries installed.
10 Otherwise use  "--disable-gss"
11
12 To use nfsv4 support you need libevent and libnfsidmap development
13 libraries.  They are available from 
14    http://www.monkey.org/~provos/libevent/
15    http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/
16 Otherwise use --disable-nfsv4
17
18
19 1. COMPILING WITHOUT PACKAGE MANAGEMENT
20
21 To compile without using a package management system, unpack the
22 sources and run these commands:
23
24     # ./configure
25     # make
26
27 To install binaries and documenation, run this command:
28
29     # make install
30
31 You will have to install the two NFS service scripts yourself.
32 Service scripts for RedHat 6.x and 7.x are in etc/redhat.  They
33 have been tested on RedHat 6.2 and 7.1.
34
35
36 2. COMPILING WITH RPM
37
38 On RedHat 6.2 and 7.1, you can use
39
40     # rpm -ta nfs-utils-1.0.1.tar.gz
41
42 to build the source and binary RPMs.
43
44
45 3. COMPILING FOR DEBIAN
46
47 The nfs-utils tree has an up-to-date debian directory, so the usual
48 debian build scripts should work.  The simplest way to build binary
49 debs, however, is simply to become root (or use fakeroot) and run:
50
51     # debian/rules binary
52
53
54 4. REQUIRED VERSIONS OF OTHER TOOLS
55
56 Proper NFS operation requires a 'mount' program from util-linux 2.11f
57 or later.
58
59
60 Share And Enjoy!
61
62     --  the nfs-utils developers
63         <nfs@lists.sourceforge.net>
64         26 Dec 2001
65