source: networking/netlibs/libtirpc.xml@ 914ed0fc

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 914ed0fc was 914ed0fc, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update to libtirpc-1.3.2

  • Property mode set to 100644
File size: 5.3 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 libtirpc-download-http "&sourceforge-dl;/libtirpc/libtirpc-&libtirpc-version;.tar.bz2">
8 <!ENTITY libtirpc-download-ftp " ">
9 <!ENTITY libtirpc-md5sum "cf4ca51f3fc401bea61c702c69171ab0">
10 <!ENTITY libtirpc-size "504 KB">
11 <!ENTITY libtirpc-buildsize "6.7 MB">
12 <!ENTITY libtirpc-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libtirpc" xreflabel="libtirpc-&libtirpc-version;">
16 <?dbhtml filename="libtirpc.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libtirpc-&libtirpc-version;</title>
23
24 <indexterm zone="libtirpc">
25 <primary sortas="a-libtirpc">libtirpc</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libtirpc</title>
30
31 <para>
32 The <application>libtirpc</application> package contains
33 libraries that support programs that use the Remote Procedure Call (RPC)
34 API. It replaces the RPC, but not the NIS library entries that
35 used to be in glibc.
36 </para>
37
38 &lfs101_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing='compact'>
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libtirpc-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libtirpc-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libtirpc-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libtirpc-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libtirpc-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libtirpc-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libtirpc Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="mitkrb"/> for the GSSAPI
79 </para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/libtirpc"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of libtirpc</title>
88
89 <note>
90 <para>
91 If updating this package, you will also need to update
92 any existing version of <xref linkend='rpcbind'/>
93 </para>
94 </note>
95<!-- Looks like this is incorporated in version 1.0.3
96 <para>
97 Fix a symbol name needed by NIS libraries:
98 </para>
99
100<screen><userinput>sed '/key_secret_is/s/secret/secretkey/' -i src/libtirpc.map</userinput></screen>
101 <para>
102 Install <application>libtirpc</application> by running the following
103 commands:
104 </para>
105-->
106<screen><userinput>./configure --prefix=/usr \
107 --sysconfdir=/etc \
108 --disable-static \
109 --disable-gssapi &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 -v /usr/lib/libtirpc.so.* /lib &amp;&amp;
122ln -sfv ../../lib/libtirpc.so.3.0.0 /usr/lib/libtirpc.so</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/static-libraries.xml"/>
131
132 <para>
133 <parameter>--disable-gssapi</parameter>: This switch is needed if
134 no GSSAPI is installed. Remove this switch if you have one
135 installed (for example <xref linkend="mitkrb"/>) and you wish to use it.
136 </para>
137
138 <para>
139 <command>mv -v /usr/lib/libtirpc.so.* ...</command>: Move shared
140 libraries into /lib so they are available before /usr is mounted.
141 </para>
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directory</segtitle>
152
153 <seglistitem>
154 <seg>
155 None
156 </seg>
157 <seg>
158 libtirpc.so
159 </seg>
160 <seg>
161 /usr/include/tirpc
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="libtirpc-lib">
172 <term><filename class="libraryfile">libtirpc.so</filename></term>
173 <listitem>
174 <para>
175 provides the Remote Procedure Call (RPC) API functions required by
176 other programs
177 </para>
178 <indexterm zone="libtirpc libtirpc-lib">
179 <primary sortas="c-libtirpc">libtirpc.so</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 </variablelist>
185
186 </sect2>
187
188</sect1>
Note: See TracBrowser for help on using the repository browser.