source: networking/netlibs/libtirpc.xml

trunk
Last change on this file was 133eab2, checked in by Bruce Dubbs <bdubbs@…>, 3 months ago

Initial LFS 12.1 tags

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "375dbe7ceb2d0300d173fb40321b49b6">
10 <!ENTITY libtirpc-size "552 KB">
11 <!ENTITY libtirpc-buildsize "7.6 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 &lfs121_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 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of libtirpc</title>
82
83 <note>
84 <para>
85 If updating this package, you will also need to update
86 any existing version of <xref linkend='rpcbind'/>
87 </para>
88 </note>
89<!-- Looks like this is incorporated in version 1.0.3
90 <para>
91 Fix a symbol name needed by NIS libraries:
92 </para>
93
94<screen><userinput>sed '/key_secret_is/s/secret/secretkey/' -i src/libtirpc.map</userinput></screen>
95 <para>
96 Install <application>libtirpc</application> by running the following
97 commands:
98 </para>
99-->
100<screen><userinput>./configure --prefix=/usr \
101 --sysconfdir=/etc \
102 --disable-static \
103 --disable-gssapi &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/static-libraries.xml"/>
123
124 <para>
125 <parameter>--disable-gssapi</parameter>: This switch is needed if
126 no GSSAPI is installed. Remove this switch if you have one
127 installed (for example <xref linkend="mitkrb"/>) and you wish to use it.
128 </para>
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 Directory</segtitle>
139
140 <seglistitem>
141 <seg>
142 None
143 </seg>
144 <seg>
145 libtirpc.so
146 </seg>
147 <seg>
148 /usr/include/tirpc
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="libtirpc-lib">
159 <term><filename class="libraryfile">libtirpc.so</filename></term>
160 <listitem>
161 <para>
162 provides the Remote Procedure Call (RPC) API functions required by
163 other programs
164 </para>
165 <indexterm zone="libtirpc libtirpc-lib">
166 <primary sortas="c-libtirpc">libtirpc.so</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.