FedFsUtilsBuild0.10
From Linux NFS
(Difference between revisions)
Chucklever (Talk | contribs) (Created page with "== Project: fedfs-utils == [ Project Home | News | Downloads | Docs | [[FedFsUtilsMailingList...") |
Chucklever (Talk | contribs) (→Introduction) |
||
Line 25: | Line 25: | ||
# Use "make doxy" to build Doxygen web pages | # Use "make doxy" to build Doxygen web pages | ||
- | Before running any FedFS commands, create a "fedfs" user | + | Before running any FedFS commands, create a "fedfs" user and group IDs: |
# useradd -c "FedFS Administrator" -s /sbin/nologin fedfs | # useradd -c "FedFS Administrator" -s /sbin/nologin fedfs | ||
+ | # groupadd fedfs |
Latest revision as of 17:50, 3 February 2014
Project: fedfs-utils
[ Project Home | News | Downloads | Docs | Mailing Lists | Source Control | Issues ]
Introduction
Follow these steps if your distribution does not provide a packaged version of fedfs-utils.
- Download the fedfs-utils-0.10 release tarball (fedfs-utils-0.10.0.tar.gz).
- Unpack the fedfs-utils-0.10 tarball somewhere convenient.
- Run ./configure in the fedfs-utils top-level directory.
- By default ./configure installs under /usr/local. Specify "--prefix=/usr" to install fedfs-utils in the usual places.
- If you are on a 64-bit platform, be sure to specify "--libdir=/usr/lib64".
- The ./configure script may find missing libraries or headers such as libcap, libtirpc, libuuid, and graphviz. Install these components using your distribution's installation tool to allow the ./configure script to complete successfully.
- Use "make" to build the package.
- As root run "make install"
- Use "make doxy" to build Doxygen web pages
Before running any FedFS commands, create a "fedfs" user and group IDs:
# useradd -c "FedFS Administrator" -s /sbin/nologin fedfs # groupadd fedfs