source: networking/netlibs/libtirpc.xml@ f4d35b41

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 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 nosym 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 f4d35b41 was f4d35b41, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

Minor format modification in libtirpc-0.3.0.

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

  • Property mode set to 100644
File size: 5.7 KB
RevLine 
[821903b8]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
[9f35d02]7 <!ENTITY libtirpc-download-http "&sourceforge-repo;/project/libtirpc/libtirpc/&libtirpc-version;/libtirpc-&libtirpc-version;.tar.bz2">
[821903b8]8 <!ENTITY libtirpc-download-ftp " ">
[9fe905c]9 <!ENTITY libtirpc-md5sum "34b07c50e6e3fc1ca18182e9f0fd5a67">
10 <!ENTITY libtirpc-size "468 KB">
11 <!ENTITY libtirpc-buildsize "7.6 MB">
[1004f84]12 <!ENTITY libtirpc-time "less than 0.1 SBU">
[821903b8]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
[c503fad7]32 <para>
33 The <application>libtirpc</application> package contains
[0d7900a]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
[c503fad7]36 used to be in glibc.
37 </para>
[821903b8]38
[3776752]39 &lfs77_checked; &gcc5_checked;
[821903b8]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing='compact'>
43 <listitem>
[c503fad7]44 <para>
45 Download (HTTP): <ulink url="&libtirpc-download-http;"/>
46 </para>
[821903b8]47 </listitem>
48 <listitem>
[c503fad7]49 <para>
50 Download (FTP): <ulink url="&libtirpc-download-ftp;"/>
51 </para>
[821903b8]52 </listitem>
53 <listitem>
[c503fad7]54 <para>
55 Download MD5 sum: &libtirpc-md5sum;
56 </para>
[821903b8]57 </listitem>
58 <listitem>
[c503fad7]59 <para>
60 Download size: &libtirpc-size;
61 </para>
[821903b8]62 </listitem>
63 <listitem>
[0d7900a]64 <para>
[c503fad7]65 Estimated disk space required: &libtirpc-buildsize;
66 </para>
[821903b8]67 </listitem>
68 <listitem>
[c503fad7]69 <para>
70 Estimated build time: &libtirpc-time;
71 </para>
[821903b8]72 </listitem>
73 </itemizedlist>
74
[79d191ee]75 <!-- Not needed for LFS 7.5, Glibc RPC interface is exported again
76
[821903b8]77 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
78 <itemizedlist spacing='compact'>
79 <listitem>
[c503fad7]80 <para>
[54f740f]81 Required patch (Remove nis dependencies):
[ee1e3eb]82 <ulink url="&patch-root;/libtirpc-&libtirpc-version;-remove_nis-1.patch"/>
[c503fad7]83 </para>
[821903b8]84 </listitem>
[79d191ee]85 </itemizedlist> -->
[821903b8]86
87 <bridgehead renderas="sect3">libtirpc Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
[c2b0e50]91 <xref linkend="mitkrb"/> for the GSSAPI
[821903b8]92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
[cd34755]95 <ulink url="&blfs-wiki;/libtirpc"/>
96 </para>
[821903b8]97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of libtirpc</title>
101
[c503fad7]102 <para>
103 Install <application>libtirpc</application> by running the following
104 commands:
105 </para>
[821903b8]106
[f4d35b41]107<screen><userinput>sed -e '/rpcsec_gss.h/ i #ifdef HAVE_RPCSEC_GSS' \
[9fe905c]108 -e '/svc_rpc_gss_parms_t;/ a #endif' \
109 -e '/svc_rpc_gss_parms_t / i #ifdef HAVE_RPCSEC_GSS' \
110 -e '/rpc_gss_rawcred_t / a #endif' \
111 -i tirpc/rpc/svc_auth.h &amp;&amp;
[18c9ee54]112
[9fe905c]113./configure --prefix=/usr \
[08fa483]114 --sysconfdir=/etc \
115 --disable-static \
116 --disable-gssapi &amp;&amp;
[821903b8]117make</userinput></screen>
118
[c503fad7]119 <para>
120 This package does not come with a test suite.
121 </para>
[821903b8]122
[c503fad7]123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
[821903b8]126
[c503fad7]127<screen role="root"><userinput>make install &amp;&amp;
128mv -v /usr/lib/libtirpc.so.* /lib &amp;&amp;
129ln -sfv ../../lib/libtirpc.so.1.0.10 /usr/lib/libtirpc.so</userinput></screen>
[821903b8]130
131 </sect2>
132
[e867a12]133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
[9fe905c]136 <para>
137 <command>sed -e ... -i tirpc/rpc/svc_auth.h</command>: This command fixes
138 build with GSSAPI disabled. Remove this switch if you have one installed
139 (for example <xref linkend="mitkrb"/>) and you wish to use it.
140 </para>
141
[485aec87]142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/static-libraries.xml"/>
144
[fddb28c]145 <para>
146 <parameter>--disable-gssapi</parameter>: This switch is needed if
[c2b0e50]147 no GSSAPI is installed. Remove this switch if you have one
148 installed (for example <xref linkend="mitkrb"/>) and you wish to use it.
[fddb28c]149 </para>
150
[c503fad7]151 <para>
[0d7900a]152 <command>mv -v /usr/lib/libtirpc.so.* ...</command>: Move shared
[c503fad7]153 libraries into /lib so they are available before /usr is mounted.
154 </para>
[d40e1a4]155
[e867a12]156 </sect2>
157
[821903b8]158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
[c3c56b2]162 <segtitle>Installed Programs</segtitle>
[821903b8]163 <segtitle>Installed Libraries</segtitle>
[fdd7a91]164 <segtitle>Installed Directory</segtitle>
[821903b8]165
166 <seglistitem>
[c3c56b2]167 <seg>
168 None
169 </seg>
[c503fad7]170 <seg>
[485aec87]171 libtirpc.so
[c503fad7]172 </seg>
173 <seg>
[9fe905c]174 /usr/include/tirpc
[c503fad7]175 </seg>
[821903b8]176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="libtirpc-lib">
[485aec87]185 <term><filename class="libraryfile">libtirpc.so</filename></term>
[821903b8]186 <listitem>
[c503fad7]187 <para>
188 provides the Remote Procedure Call (RPC) API functions required by
189 other programs.
190 </para>
[821903b8]191 <indexterm zone="libtirpc libtirpc-lib">
[485aec87]192 <primary sortas="c-libtirpc">libtirpc.so</primary>
[821903b8]193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 </variablelist>
198
199 </sect2>
200
201</sect1>
Note: See TracBrowser for help on using the repository browser.