source: networking/netlibs/libtirpc.xml@ e305fa83

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e305fa83 was e867a12, checked in by Bruce Dubbs <bdubbs@…>, 13 years ago

Added libtirpc-0.2.2.
Restored portmap-6.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8989 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-repo2;projects/libtirpc/libtirpc-&libtirpc-version;.tar.bz2">
8 <!ENTITY libtirpc-download-ftp " ">
9 <!ENTITY libtirpc-md5sum "74c41c15c2909f7d11d9c7bfa7db6273">
10 <!ENTITY libtirpc-size "460 KB">
11 <!ENTITY libtirpc-buildsize "11 MB">
12 <!ENTITY libtirpc-time "0.2 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>The <application>libtirpc</application> package contains
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
35 used to be in glibc.</para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing='compact'>
41 <listitem>
42 <para>Download (HTTP): <ulink url="&libtirpc-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&libtirpc-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &libtirpc-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &libtirpc-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &libtirpc-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &libtirpc-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
62 <itemizedlist spacing='compact'>
63 <listitem>
64 <para>Required header tar file (Add rpc/nis headers):
65 <ulink
66 url="&sources-anduin-other;/rpcnis-headers.tar.bz2"/></para>
67 </listitem>
68 <listitem>
69 <para>Required Patch (Remove nis dependencies):
70 <ulink
71 url="&patch-root;/libtirpc-&libtirpc-version;-remove-nis-2.patch"/></para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">libtirpc Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/libgssapi">libgssapi</ulink>
80 </para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/libtirpc"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of libtirpc</title>
89
90 <para>Install <application>libtirpc</application> by running the following
91 commands:</para>
92
93<screen><userinput>tar -xvf ../rpcnis-headers.tar.bz2 -C /usr/include &amp;&amp;
94patch -Np1 -i ../libtirpc-&libtirpc-version;-remove-nis-2.patch &amp;&amp;
95autoreconf &amp;&amp;
96./configure --prefix=/usr &amp;&amp;
97make</userinput></screen>
98
99 <para>This package does not come with a test suite.</para>
100
101 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
102
103<screen role='root'><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
110 <para><userinput>tar -xvf ../rpcnis-headers.tar.bz2 -C
111 /usr/include</userinput>: This command replaces the rpc and nis header
112 files no longer installed by <application>glibc</application>. If the
113 headers have already been added by other means, this will only overwrite
114 them and not do any harm.</para>
115
116 <para><userinput>patch -Np1 -i
117 ../libtirpc-&libtirpc-version;-remove-nis-2.patch</userinput>: This patch
118 removes references to nis functions no longer in
119 <application>glibc</application>.</para>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directory</segtitle>
130
131 <seglistitem>
132 <seg>None</seg>
133 <seg>liblibtirpc.{so,a}</seg>
134 <seg>/usr/include/libtirpc</seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="libtirpc-lib">
144 <term><filename class='libraryfile'>libtirpc.{so,a}</filename></term>
145 <listitem>
146 <para>provides the Remote Procedure Call (RPC) API functions required by
147 other programs.</para>
148 <indexterm zone="libtirpc libtirpc-lib">
149 <primary sortas="c-libtirpc-lib">liblibtirpc.{so,a}</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 </variablelist>
155
156 </sect2>
157
158</sect1>
Note: See TracBrowser for help on using the repository browser.