source: networking/netlibs/libtirpc.xml@ 914ed0fc

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 914ed0fc was 914ed0fc, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update to libtirpc-1.3.2

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