source: networking/netlibs/libtirpc.xml@ bf5b1db

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

Update to php-7.1.7.
Update to libtirpc 1.0.2.
Update to sysstat 11.5.7
Update to libblockdev-2.10-1.

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

  • Property mode set to 100644
File size: 5.1 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-repo;/project/libtirpc/libtirpc/&libtirpc-version;/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 &lfs80_checked;
40 &gcc7_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing='compact'>
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&libtirpc-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&libtirpc-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &libtirpc-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &libtirpc-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &libtirpc-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &libtirpc-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">libtirpc Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="mitkrb"/> for the GSSAPI
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/libtirpc"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of libtirpc</title>
90
91 <note><para>If updating this package, you will also need to update
92 any existing version of <xref linkend='rpcbind'/></para></note>
93
94 <para>
95 Install <application>libtirpc</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr \
100 --sysconfdir=/etc \
101 --disable-static \
102 --disable-gssapi &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install &amp;&amp;
114mv -v /usr/lib/libtirpc.so.* /lib &amp;&amp;
115ln -sfv ../../lib/libtirpc.so.3.0.0 /usr/lib/libtirpc.so</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/static-libraries.xml"/>
124
125 <para>
126 <parameter>--disable-gssapi</parameter>: This switch is needed if
127 no GSSAPI is installed. Remove this switch if you have one
128 installed (for example <xref linkend="mitkrb"/>) and you wish to use it.
129 </para>
130
131 <para>
132 <command>mv -v /usr/lib/libtirpc.so.* ...</command>: Move shared
133 libraries into /lib so they are available before /usr is mounted.
134 </para>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directory</segtitle>
145
146 <seglistitem>
147 <seg>
148 None
149 </seg>
150 <seg>
151 libtirpc.so
152 </seg>
153 <seg>
154 /usr/include/tirpc
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="libtirpc-lib">
165 <term><filename class="libraryfile">libtirpc.so</filename></term>
166 <listitem>
167 <para>
168 provides the Remote Procedure Call (RPC) API functions required by
169 other programs.
170 </para>
171 <indexterm zone="libtirpc libtirpc-lib">
172 <primary sortas="c-libtirpc">libtirpc.so</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.