mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
3f2db3a638
They only contain a date tag that is nowhere used.
168 lines
4.7 KiB
XML
168 lines
4.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!-- official upstream is at http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/
|
|
but doesn't contain 0.26. -->
|
|
<!ENTITY libnfsidmap-download-http "https://fedorapeople.org/~steved/libnfsidmap/&libnfsidmap-version;/libnfsidmap-&libnfsidmap-version;.tar.bz2">
|
|
<!ENTITY libnfsidmap-download-ftp " ">
|
|
<!ENTITY libnfsidmap-md5sum "2c0cf0e2b1665d51fa9a783679494888">
|
|
<!ENTITY libnfsidmap-size "260 KB">
|
|
<!ENTITY libnfsidmap-buildsize "3.3 MB">
|
|
<!ENTITY libnfsidmap-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="libnfsidmap" xreflabel="libnfsidmap-&libnfsidmap-version;">
|
|
<?dbhtml filename="libnfsidmap.html"?>
|
|
|
|
|
|
<title>libnfsidmap-&libnfsidmap-version;</title>
|
|
|
|
<indexterm zone="libnfsidmap">
|
|
<primary sortas="a-libnfsidmap">libnfsidmap</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libnfsidmap</title>
|
|
|
|
<para>
|
|
The <application>libnfsidmap</application> package contains a
|
|
library to help with mapping id's, mainly for NFSv4.
|
|
</para>
|
|
|
|
&lfs10_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&libnfsidmap-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&libnfsidmap-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &libnfsidmap-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &libnfsidmap-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &libnfsidmap-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &libnfsidmap-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">libnfsidmap Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="openldap"/> (client only)
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libnfsidmap"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libnfsidmap</title>
|
|
|
|
<para>
|
|
Install <application>libnfsidmap</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<!-- sysconfdir=/etc is used because the config file /etc/idmapd.conf
|
|
is installed by nfs-utils -->
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--disable-static &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a testsuite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install &&
|
|
mv -v /usr/lib/libnfsidmap.so.* /lib &&
|
|
ln -sfv ../../lib/$(readlink /usr/lib/libnfsidmap.so) /usr/lib/libnfsidmap.so</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
<para>
|
|
<command>mv -v /usr/lib/libnfsidmap.so.* ...</command>: Move shared
|
|
libraries into /lib so they are available before /usr is mounted.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
libnfsidmap.so
|
|
</seg>
|
|
<seg>
|
|
/usr/lib/libnfsidmap
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libnfsidmap-lib">
|
|
<term><filename class="libraryfile">libnfsidmap.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>libnfsidmap</application> API functions.
|
|
</para>
|
|
<indexterm zone="libnfsidmap libnfsidmap-lib">
|
|
<primary sortas="c-libnfsidmap">libnfsidmap.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|