glfs/networking/netlibs/libnsl.xml
2021-09-04 12:21:04 -05:00

174 lines
4.6 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;
<!ENTITY libnsl-download-http "https://github.com/thkukuk/libnsl/releases/download/v&libnsl-version;/libnsl-&libnsl-version;.tar.xz">
<!ENTITY libnsl-download-ftp " ">
<!ENTITY libnsl-md5sum "1e8c0615071ea13202452304de1eaab9">
<!ENTITY libnsl-size "280 KB">
<!ENTITY libnsl-buildsize "3.2 MB">
<!ENTITY libnsl-time "less than 0.1 SBU">
]>
<sect1 id="libnsl" xreflabel="libnsl-&libnsl-version;">
<?dbhtml filename="libnsl.html"?>
<sect1info>
<date>$Date$</date>
</sect1info>
<title>libnsl-&libnsl-version;</title>
<indexterm zone="libnsl">
<primary sortas="a-libnsl">libnsl</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libnsl</title>
<para>
The <application>libnsl</application> package contains the public client
interface for NIS(YP). It replaces the NIS library that used to
be in glibc.
</para>
&lfs110a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>
Download (HTTP): <ulink url="&libnsl-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&libnsl-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &libnsl-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &libnsl-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &libnsl-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &libnsl-time;
</para>
</listitem>
</itemizedlist>
<!--
Not needed. I fixed the url.
<note>
<para>
The <application>libnsl</application> source tarball shown above
downloads with the correct name, libnsl-&libnsl-version;.tar.gz, if
using a standard web browser. If you prefer to use a command line
program such as wget, you normally would obtain &libnsl-version;.tar.gz.
To obtain this package with the proper filename, run:
<screen><userinput>wget -c https://github.com/thkukuk/libnsl/archive/v1.2.0.tar.gz -O libnsl-&libnsl-version;.tar.gz</userinput></screen>
</para>
</note>
-->
<bridgehead renderas="sect3">libnsl Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="rpcsvc-proto"/> and <xref linkend="libtirpc"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/libnsl"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of libnsl</title>
<para>
Install <application>libnsl</application> by running the following
commands:
</para>
<screen><userinput>./configure --sysconfdir=/etc --disable-static &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</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"/>
</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>
libnsl.so
</seg>
<seg>
None
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libnsl-lib">
<term><filename class="libraryfile">libnsl.so</filename></term>
<listitem>
<para>
provides the NIS (YP) API functions required by other programs
</para>
<indexterm zone="libnsl libnsl-lib">
<primary sortas="c-libnsl">libnsl.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>