FedFsUtilsBuild0.8

From Linux NFS

(Difference between revisions)
Jump to: navigation, search
(Introduction)
Line 22: Line 22:
# Use "make" to build the package.
# Use "make" to build the package.
# As root run "make install"
# As root run "make install"
 +
 +
Before running any FedFS commands, create a "fedfs" user ID:
 +
 +
# useradd -c "FedFS Administrator" -s /sbin/nologin fedfs

Revision as of 20:29, 31 October 2012

Project: fedfs-utils

[ Project Home | News | Downloads | Docs | Mailing Lists | Source Control | Issues ]


Introduction

If you are running Fedora 18, you can install a packaged version of fedfs-utils-0.8. Follow these steps, however, if your distribution does not provide a packaged version of fedfs-utils.

  1. Download the fedfs-utils-0.8 release tarball from [1].
  2. Unpack the fedfs-utils-0.8 tarball somewhere convenient.
  3. Run ./configure in the fedfs-utils top-level directory.
    1. If you are on a 64-bit platform, be sure to specify "--libdir=/usr/lib64".
    2. The ./configure script may find missing libraries or headers such as libcap, libtirpc, libuuid, and graphviz. Install these components using your distributions installation tool to allow the ./configure script to complete successfully.
  4. Use "make" to build the package.
  5. As root run "make install"

Before running any FedFS commands, create a "fedfs" user ID:

# useradd -c "FedFS Administrator" -s /sbin/nologin fedfs
Personal tools