source: networking/netlibs/libtirpc.xml@ 8558044

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 8558044 was 8558044, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

  • Property mode set to 100644
File size: 5.0 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
[88fdf09]38 &lfs110a_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>
[8558044]91 If updating this package, you will also need to update
[7c56ece]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
[d05af11]120<screen role="root"><userinput>make install</userinput></screen>
[821903b8]121
122 </sect2>
123
[e867a12]124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
[485aec87]127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="../../xincludes/static-libraries.xml"/>
129
[fddb28c]130 <para>
[f3429309]131 <parameter>--disable-gssapi</parameter>: This switch is needed if
[c2b0e50]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.
[fddb28c]134 </para>
135
[e867a12]136 </sect2>
137
[821903b8]138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
[c3c56b2]142 <segtitle>Installed Programs</segtitle>
[821903b8]143 <segtitle>Installed Libraries</segtitle>
[fdd7a91]144 <segtitle>Installed Directory</segtitle>
[821903b8]145
146 <seglistitem>
[c3c56b2]147 <seg>
148 None
149 </seg>
[c503fad7]150 <seg>
[485aec87]151 libtirpc.so
[c503fad7]152 </seg>
153 <seg>
[9fe905c]154 /usr/include/tirpc
[c503fad7]155 </seg>
[821903b8]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">
[485aec87]165 <term><filename class="libraryfile">libtirpc.so</filename></term>
[821903b8]166 <listitem>
[c503fad7]167 <para>
168 provides the Remote Procedure Call (RPC) API functions required by
[4c24eb0a]169 other programs
[c503fad7]170 </para>
[821903b8]171 <indexterm zone="libtirpc libtirpc-lib">
[485aec87]172 <primary sortas="c-libtirpc">libtirpc.so</primary>
[821903b8]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.