source: networking/netlibs/libtirpc.xml@ fe6657ba

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since fe6657ba was ddf1885b, checked in by Bruce Dubbs <bdubbs@…>, 11 months ago

Tags

  • Property mode set to 100644
File size: 4.8 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 " ">
[8ff732aa]9 <!ENTITY libtirpc-md5sum "bacdad5c27dcf6e2830b3e26a1c8ed3f">
10 <!ENTITY libtirpc-size "552 KB">
11 <!ENTITY libtirpc-buildsize "6.8 MB">
[914ed0fc]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
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
[c503fad7]28 <para>
29 The <application>libtirpc</application> package contains
[0d7900a]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
[c503fad7]32 used to be in glibc.
33 </para>
[821903b8]34
[ddf1885b]35 &lfs120_checked;
[821903b8]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing='compact'>
39 <listitem>
[c503fad7]40 <para>
41 Download (HTTP): <ulink url="&libtirpc-download-http;"/>
42 </para>
[821903b8]43 </listitem>
44 <listitem>
[c503fad7]45 <para>
46 Download (FTP): <ulink url="&libtirpc-download-ftp;"/>
47 </para>
[821903b8]48 </listitem>
49 <listitem>
[c503fad7]50 <para>
51 Download MD5 sum: &libtirpc-md5sum;
52 </para>
[821903b8]53 </listitem>
54 <listitem>
[c503fad7]55 <para>
56 Download size: &libtirpc-size;
57 </para>
[821903b8]58 </listitem>
59 <listitem>
[0d7900a]60 <para>
[c503fad7]61 Estimated disk space required: &libtirpc-buildsize;
62 </para>
[821903b8]63 </listitem>
64 <listitem>
[c503fad7]65 <para>
66 Estimated build time: &libtirpc-time;
67 </para>
[821903b8]68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">libtirpc Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional">
[c2b0e50]75 <xref linkend="mitkrb"/> for the GSSAPI
[821903b8]76 </para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of libtirpc</title>
82
[7c56ece]83 <note>
84 <para>
[8558044]85 If updating this package, you will also need to update
[7c56ece]86 any existing version of <xref linkend='rpcbind'/>
87 </para>
88 </note>
[f5601b8]89<!-- Looks like this is incorporated in version 1.0.3
[a15d5e1]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>
[c503fad7]95 <para>
96 Install <application>libtirpc</application> by running the following
97 commands:
98 </para>
[f5601b8]99-->
[bf5b1db]100<screen><userinput>./configure --prefix=/usr \
[4df25bd0]101 --sysconfdir=/etc \
102 --disable-static \
103 --disable-gssapi &amp;&amp;
[821903b8]104make</userinput></screen>
105
[c503fad7]106 <para>
107 This package does not come with a test suite.
108 </para>
[821903b8]109
[c503fad7]110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
[821903b8]113
[d05af11]114<screen role="root"><userinput>make install</userinput></screen>
[821903b8]115
116 </sect2>
117
[e867a12]118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
[485aec87]121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/static-libraries.xml"/>
123
[fddb28c]124 <para>
[f3429309]125 <parameter>--disable-gssapi</parameter>: This switch is needed if
[c2b0e50]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.
[fddb28c]128 </para>
129
[e867a12]130 </sect2>
131
[821903b8]132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
[c3c56b2]136 <segtitle>Installed Programs</segtitle>
[821903b8]137 <segtitle>Installed Libraries</segtitle>
[fdd7a91]138 <segtitle>Installed Directory</segtitle>
[821903b8]139
140 <seglistitem>
[c3c56b2]141 <seg>
142 None
143 </seg>
[c503fad7]144 <seg>
[485aec87]145 libtirpc.so
[c503fad7]146 </seg>
147 <seg>
[9fe905c]148 /usr/include/tirpc
[c503fad7]149 </seg>
[821903b8]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">
[485aec87]159 <term><filename class="libraryfile">libtirpc.so</filename></term>
[821903b8]160 <listitem>
[c503fad7]161 <para>
162 provides the Remote Procedure Call (RPC) API functions required by
[4c24eb0a]163 other programs
[c503fad7]164 </para>
[821903b8]165 <indexterm zone="libtirpc libtirpc-lib">
[485aec87]166 <primary sortas="c-libtirpc">libtirpc.so</primary>
[821903b8]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.