source: networking/netlibs/libnsl.xml@ 877bb380

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 877bb380 was 8ca7994, checked in by Douglas R. Reno <renodr@…>, 6 years ago

Update to samba-4.8.4
Update to udisks-2.8.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20336 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 &lfs82_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 standard web browser. If you prefer to use a command line
79 program such as wget, you normally would obtain &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/v1.2.0.tar.gz -O libnsl-&libnsl-version;.tar.gz</userinput></screen>
83 </para>
84 </note>
85
86 <bridgehead renderas="sect3">libnsl Dependencies</bridgehead>
87
88 <bridgehead renderas="sect4">Required</bridgehead>
89 <para role="required">
90 <xref linkend="rpcsvc-proto"/> and <xref linkend="libtirpc"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/libnsl"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of libnsl</title>
100
101 <para>
102 Install <application>libnsl</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>autoreconf -fi &amp;&amp;
107./configure --sysconfdir=/etc &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install &amp;&amp;
119mv /usr/lib/libnsl.so.2* /lib &amp;&amp;
120ln -sfv ../../lib/libnsl.so.2.0.0 /usr/lib/libnsl.so</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 <para>
131 <command>mv -v /usr/lib/libnsl.so.2* ...</command>: Move shared
132 libraries into /lib so they are available before /usr is mounted.
133 </para>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 None
148 </seg>
149 <seg>
150 libnsl.{a,so}
151 </seg>
152 <seg>
153 None
154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="libnsl-lib">
164 <term><filename class="libraryfile">libnsl.{a,so}</filename></term>
165 <listitem>
166 <para>
167 provides the NIS (YP) API functions required by other programs.
168 </para>
169 <indexterm zone="libnsl libnsl-lib">
170 <primary sortas="c-libnsl">libnsl.so</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.