source: networking/netlibs/libnsl.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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