FedFsUtilsBuild0.8
From Linux NFS
(Difference between revisions)
Chucklever (Talk | contribs) (→Pre-packaged install) |
Chucklever (Talk | contribs) |
||
Line 13: | Line 13: | ||
== Introduction == | == Introduction == | ||
- | If you are running Fedora 18, you can install a packaged version of fedfs-utils-0.8. | + | 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. |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | Follow these steps if your distribution does not provide a packaged version of fedfs-utils. | + | |
# Download the fedfs-utils-0.8 release tarball from [http://git.linux-nfs.org/?p=cel/fedfs-releases.git;a=blob;f=fedfs-utils-0.8.0.tar.gz;h=df52dddc4153f5ef75149d133ff6d50d537619b1;hb=refs/heads/master]. | # Download the fedfs-utils-0.8 release tarball from [http://git.linux-nfs.org/?p=cel/fedfs-releases.git;a=blob;f=fedfs-utils-0.8.0.tar.gz;h=df52dddc4153f5ef75149d133ff6d50d537619b1;hb=refs/heads/master]. |
Revision as of 19:28, 24 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.
- Download the fedfs-utils-0.8 release tarball from [1].
- Unpack the fedfs-utils-0.8 tarball somewhere convenient.
- Run ./configure in the fedfs-utils top-level directory.
- 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 distributions installation tool to allow the ./configure script to complete successfully.
- Use "make" to build the package.
- As root run "make install"