source: networking/netlibs/libtirpc.xml@ ce63bfd2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 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 ce63bfd2 was ce63bfd2, checked in by DJ Lucas <dj@…>, 7 years ago

Add fix for GlibC-2.26 in libtirpc. Thanks to Snarkster in IRC for the fix.
Initial tags for 8.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19034 af4574ff-66df-0310-9fd7-8a98e5e911e0

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