source: networking/netlibs/libnsl.xml@ 3d8d0049

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 3d8d0049 was 3d8d0049, checked in by Thomas Trepl (Moody) <thomas@…>, 3 years ago

Tags

  • Property mode set to 100644
File size: 4.7 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 &lfs110a_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 --disable-static &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</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="../../xincludes/static-libraries.xml"/>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>
142 None
143 </seg>
144 <seg>
145 libnsl.so
146 </seg>
147 <seg>
148 None
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="libnsl-lib">
159 <term><filename class="libraryfile">libnsl.so</filename></term>
160 <listitem>
161 <para>
162 provides the NIS (YP) API functions required by other programs
163 </para>
164 <indexterm zone="libnsl libnsl-lib">
165 <primary sortas="c-libnsl">libnsl.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 </variablelist>
171
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.