source: networking/netlibs/libtirpc.xml@ b814ed1

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b814ed1 was 2a7cafa, checked in by Ken Moffat <ken@…>, 16 months ago

Tags

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