source: general/genlib/apr-util.xml

trunk
Last change on this file was 5d0e7b8, checked in by Douglas R. Reno <renodr@…>, 2 months ago

A bunch of tags

  • Property mode set to 100644
File size: 6.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 apr-util-download-http
8 "https://archive.apache.org/dist/apr/apr-util-&apr-util-version;.tar.bz2">
9 <!ENTITY apr-util-download-ftp " ">
10 <!ENTITY apr-util-md5sum "b6e8c9b31d938fe5797ceb0d1ff2eb69">
11 <!ENTITY apr-util-size "423 KB">
12 <!ENTITY apr-util-buildsize "7.6 MB (add 1.4 MB for tests)">
13 <!ENTITY apr-util-time "less than 0.1 SBU (add 0.3 SBU for tests)">
14]>
15
16<sect1 id="apr-util" xreflabel="Apr-Util-&apr-util-version;">
17 <?dbhtml filename="apr-util.html"?>
18
19
20 <title>Apr-Util-&apr-util-version;</title>
21
22 <indexterm zone="apr-util">
23 <primary sortas="a-Apr-Util">Apr-Util</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Apr Util</title>
28
29 <para>
30 The Apache Portable Runtime Utility Library provides a predictable and
31 consistent interface to underlying client library interfaces. This
32 application programming interface assures predictable if not identical
33 behavior regardless of which libraries are available on a given platform.
34 </para>
35
36 &lfs121_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&apr-util-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&apr-util-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &apr-util-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &apr-util-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &apr-util-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &apr-util-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Apr Util Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="apr"/>
77 </para>
78<!--
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="openssl"/>
82 </para>
83-->
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <ulink url="https://www.freetds.org/">FreeTDS</ulink>,
87 <xref linkend="mariadb"/> or <ulink url="https://www.mysql.com/">MySQL</ulink>,
88 <xref linkend="openldap"/>,
89 <xref linkend="postgresql"/>,
90 <xref linkend="sqlite"/>,
91 <xref linkend="unixodbc"/>, and
92 &berkeley-db;
93 </para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Apr Util</title>
99
100 <para>
101 Install <application>Apr Util</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr \
106 --with-apr=/usr \
107 --with-gdbm=/usr \
108 --with-openssl=/usr \
109 --with-crypto &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 To test the results, issue: <command>make -j1 test</command>.
114 One test, testdbm, is known to fail.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para>
128 <parameter>--with-gdbm=/usr</parameter>: This switch enables the
129 <filename class="libraryfile">apr_dbm_gdbm-1.so</filename> plugin.
130 </para>
131
132 <para>
133 <parameter>--with-openssl=/usr</parameter>
134 <parameter>--with-crypto</parameter>: These
135 switches enable the
136 <filename class="libraryfile">apr_crypto_openssl-1.so</filename>
137 plugin.
138 </para>
139
140 <para>
141 <option>--with-berkeley-db=/usr</option>: If you have installed
142 &berkeley-db;, use this switch to compile the
143 <filename class="libraryfile">apr_dbm_db-1.so</filename> plugin.
144 </para>
145
146 <para>
147 <option>--with-ldap</option>: If you have installed
148 <xref linkend="openldap"/>, use this switch to compile the
149 <filename class="libraryfile">apr_ldap.so</filename> plugin.
150 </para>
151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Program</segtitle>
159 <segtitle>Installed Library</segtitle>
160 <segtitle>Installed Directory</segtitle>
161
162 <seglistitem>
163 <seg>
164 apu-1-config
165 </seg>
166 <seg>
167 libaprutil-1.so
168 </seg>
169 <seg>
170 /usr/lib/apr-util-1
171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="apu-1-config">
181 <term><command>apu-1-config</command></term>
182 <listitem>
183 <para>
184 is an APR-util script designed to allow easy command line access to
185 APR-util configuration parameters
186 </para>
187 <indexterm zone="apr-util apu-1-config">
188 <primary sortas="b-apu-1-config">apu-1-config</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="libaprutil-1">
194 <term><filename class="libraryfile">libaprutil-1.so</filename></term>
195 <listitem>
196 <para>
197 contains functions that provide a predictable and consistent
198 interface to underlying client library interfaces
199 </para>
200 <indexterm zone="apr-util libaprutil-1">
201 <primary sortas="c-libaprutil-1">libaprutil-1.so</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 </variablelist>
207
208 </sect2>
209
210</sect1>
Note: See TracBrowser for help on using the repository browser.