source: networking/netlibs/libnsl.xml@ e433be0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e433be0 was e433be0, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to haveged-1.9.2.
Update to dbus-1.12.2.
Update to libnsl-1.2.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19510 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libnsl-download-http "https://github.com/thkukuk/libnsl/archive/v&libnsl-version;.tar.gz">
8 <!ENTITY libnsl-download-ftp " ">
9 <!ENTITY libnsl-md5sum "05222024777e12e2f6d48f2e7d067ac7">
10 <!ENTITY libnsl-size "208 KB">
11 <!ENTITY libnsl-buildsize "9.3 MB">
12 <!ENTITY libnsl-time "0.2 SBU">
13]>
14
15<sect1 id="libnsl" xreflabel="libnsl-&libnsl-version;">
16 <?dbhtml filename="libnsl.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libnsl-&libnsl-version;</title>
24
25 <indexterm zone="libnsl">
26 <primary sortas="a-libnsl">libnsl</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libnsl</title>
31
32 <para>
33 The <application>libnsl</application> package contains the public client
34 interface for NIS(YP) and NIS+. It replaces the NIS library that used to
35 be in GlibC.
36 </para>
37
38 &lfs81_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing='compact'>
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libnsl-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libnsl-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libnsl-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libnsl-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libnsl-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libnsl-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <note>
75 <para>
76 The <application>libnsl</application> source tarball shown above
77 downloads with the correct name, libnsl-&libnsl-version;.tar.gz, if
78 using a browser such as Firefox. If you prefer to use a command line
79 program such as wget, you normally would obtain v&libnsl-version;.tar.gz.
80 To obtain this package with the proper filename, run:
81
82<screen><userinput>wget -c https://github.com/thkukuk/libnsl/archive/v&libnsl-version;.tar.gz \
83 -O libnsl-&libnsl-version;.tar.gz</userinput></screen>
84 </para>
85 </note>
86
87 <bridgehead renderas="sect3">libnsl Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Requried</bridgehead>
90 <para role="required">
91 <xref linkend="rpcsvc-proto"/> and <xref linkend="libtirpc"/>
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/libnsl"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of libnsl</title>
101
102 <para>
103 Install <application>libnsl</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>autoreconf -fi &amp;&amp;
108./configure --sysconfdir=/etc &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install &amp;&amp;
120mv /usr/lib/libnsl.so.2* /lib &amp;&amp;
121ln -sfv ../../lib/libnsl.so.2.0.0 /usr/lib/libnsl.so</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/static-libraries.xml"/>
130
131 <para>
132 <command>mv -v /usr/lib/libnsl.so.2* ...</command>: Move shared
133 libraries into /lib so they are available before /usr is mounted.
134 </para>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 None
149 </seg>
150 <seg>
151 libnsl.{a,so}
152 </seg>
153 <seg>
154 None
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="libnsl-lib">
165 <term><filename class="libraryfile">libnsl.{a,so}</filename></term>
166 <listitem>
167 <para>
168 provides the NIS (YP) API functions required by other programs.
169 </para>
170 <indexterm zone="libnsl libnsl-lib">
171 <primary sortas="c-libnsl">libnsl.so</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 </variablelist>
177
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.