Author: andy
Date: 2012-02-29 08:30:34 -0700 (Wed, 29 Feb 2012)
New Revision: 9552
Added:
trunk/BOOK/general/genutils/apr-util.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/apr.xml
trunk/BOOK/general/genutils/genutils.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/major/apache.xml
Log:
apr-util-1.4.1
Modified: trunk/BOOK/general/genlib/apr.xml
===================================================================
--- trunk/BOOK/general/genlib/apr.xml 2012-02-29 13:32:24 UTC (rev 9551)
+++ trunk/BOOK/general/genlib/apr.xml 2012-02-29 15:30:34 UTC (rev 9552)
@@ -29,57 +29,76 @@
</indexterm>
<sect2 role="package">
- <title>Introduction to apr</title>
+ <title>Introduction to Apr</title>
- <para>The Apache Portable Runtime (APR) is a supporting library for the
- Apache web server. It provides a set of application programming interfaces
- (APIs) that map to the underlying operating system (OS). Where the OS
- doesn't support a particular function, APR will provide an emulation. Thus
- programmers can use the APR to make a program portable across different
- platforms.</para>
+ <para>
+ The Apache Portable Runtime (APR) is a supporting library for the
+ Apache web server. It provides a set of application programming
interfaces
+ (APIs) that map to the underlying Operating System (OS). Where the OS
+ doesn't support a particular function, APR will provide an emulation.
Thus
+ programmers can use the APR to make a program portable across different
+ platforms.
+ </para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
- <para>Download (HTTP): <ulink url="&apr-download-http;"/></para>
+ <para>
+ Download (HTTP): <ulink url="&apr-download-http;"/>
+ </para>
</listitem>
<listitem>
- <para>Download (FTP): <ulink url="&apr-download-ftp;"/></para>
+ <para>
+ Download (FTP): <ulink url="&apr-download-ftp;"/>
+ </para>
</listitem>
<listitem>
- <para>Download MD5 sum: &apr-md5sum;</para>
+ <para>
+ Download MD5 sum: &apr-md5sum;
+ </para>
</listitem>
<listitem>
- <para>Download size: &apr-size;</para>
+ <para>
+ Download size: &apr-size;
+ </para>
</listitem>
<listitem>
- <para>Estimated disk space required: &apr-buildsize;</para>
+ <para>
+ Estimated disk space required: &apr-buildsize;
+ </para>
</listitem>
<listitem>
- <para>Estimated build time: &apr-time;</para>
+ <para>
+ Estimated build time: &apr-time;
+ </para>
</listitem>
</itemizedlist>
- <para condition="html" role="usernotes">User Notes:
- <ulink url="&blfs-wiki;/apr"/></para>
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/apr"/>
+ </para>
</sect2>
<sect2 role="installation">
- <title>Installation of apr</title>
+ <title>Installation of Apr</title>
- <para>Install <application>Apr</application> by running the following
- commands:</para>
+ <para>
+ Install <application>Apr</application> by running the following commands:
+ </para>
<screen><userinput>./configure --prefix=/usr --disable-static \
--with-installbuilddir=/usr/libexec/apache/build &&
make</userinput></screen>
- <para>To test the results, issue: <command>make test</command>.</para>
+ <para>
+ To test the results, issue: <command>make test</command>.
+ </para>
- <para>Now, as the <systemitem class="username">root</systemitem>
- user:</para>
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
@@ -90,7 +109,7 @@
<para>
<option>--disable-static</option>: This stops it compiling a static
version of <filename class="libraryfile">libapr-1</filename>.
- </para>
+ </para>
<para>
<option>--with-installbuilddir=/usr/libexec/apache/build</option>:
@@ -126,7 +145,8 @@
<para>
is a shell script used to retrieve information about the apr
library in the system. It is typically used to compile and link
- against the library.</para>
+ against the library.
+ </para>
<indexterm zone="apr apr-1-config">
<primary sortas="b-apr-1-config">apr-1-config</primary>
</indexterm>
@@ -136,7 +156,9 @@
<varlistentry id="libapr-1">
<term><filename class="libraryfile">libapr-1.so</filename></term>
<listitem>
- <para>is the Apache Portable Runtime library.</para>
+ <para>
+ is the Apache Portable Runtime library.
+ </para>
<indexterm zone="apr libapr-1">
<primary sortas="c-libapr-1">libapr-1.so</primary>
</indexterm>
Copied: trunk/BOOK/general/genutils/apr-util.xml (from rev 9551,
trunk/BOOK/template/template.xml)
===================================================================
--- trunk/BOOK/general/genutils/apr-util.xml (rev 0)
+++ trunk/BOOK/general/genutils/apr-util.xml 2012-02-29 15:30:34 UTC (rev
9552)
@@ -0,0 +1,175 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY apr-util-download-http
+
"http://archive.apache.org/dist/apr-util/apr-util-&apr-util-version;.tar.bz2">
+ <!ENTITY apr-util-download-ftp
+
"ftp://apache.mirrors.pair.com/dist/apr-util/apr-util-&apr-util-version;.tar.bz2">
+ <!ENTITY apr-util-md5sum "52b31b33fb1aa16e65ddaefc76e41151">
+ <!ENTITY apr-util-size "624 KB">
+ <!ENTITY apr-util-buildsize "?? MB">
+ <!ENTITY apr-util-time "?? SBU">
+]>
+
+<sect1 id="apr-util" xreflabel="Apr-Util-&apr-util-version;">
+ <?dbhtml filename="apr-util.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>Apr-Util-&apr-util-version;</title>
+
+ <indexterm zone="apr-util">
+ <primary sortas="a-apr-util">Apr-Util</primary>
+ </indexterm>
+
+ <!--Required section-->
+ <sect2 role="package">
+ <title>Introduction to Apr-Util</title>
+
+ <para>
+ The Apache Portable Runtime Utility Library provides a predictable and
+ consistent interface to underlying client library interfaces. This
+ application programming interface assures predictable if not identical
+ behaviour regardless of which libraries are available on a given
platform.
+ </para>
+
+ &lfs70_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&apr-util-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&apr-util-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &apr-util-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &apr-util-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &apr-util-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &apr-util-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Apr-Util Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required"><xref linkend="apr"/>.</para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="sqlite"/> and <xref linkend="db"/>.
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/apr-util"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Apr-Util</title>
+
+ <para>
+ Install <application>Apr-Util</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --with-apr=/usr
--with-gdbm=/usr &&
+make</userinput></screen>
+
+ <para>
+ To test the results, issue: <command>make test</command>.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+ </sect2>
+
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para>
+ <option>--with-gdbm=/usr</option>: This option makes it compile the
+ <filename class="libraryfile">apr_dbm_gdbm-1.so</filename> plugin.
+ </para>
+
+ <para>
+ <option>--with-berkeley-db=/usr</option>: If you have installed
+ <xref linkend="db"/> use this option to compile the
+ <filename class="libraryfile">apr_dbm_db-1.so</filename> plugin.
+ </para>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Program</segtitle>
+ <segtitle>Installed Library</segtitle>
+ <segtitle>Installed Directory</segtitle>
+
+ <seglistitem>
+ <seg>apu-1-config</seg>
+ <seg>libaprutil-1.so</seg>
+ <seg>/usr/lib/apr-util-1</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="apu-1-config">
+ <term><command>apu-1-config</command></term>
+ <listitem>
+ <para>is a simple script that provides information about the
+ installed APR-Util program.</para>
+ <indexterm zone="apache apu-1-config">
+ <primary sortas="b-apu-1-config">apu-1-config</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libaprutil-1">
+ <term><filename class="libraryfile">libaprutil-1.so</filename></term>
+ <listitem>
+ <para>
+ contains functions that provide a predictable and consistent
+ interface to underlying client library interfaces.
+ </para>
+ <indexterm zone="apr-util libaprutil-1">
+ <primary sortas="c-libaprutil-1">libaprutil-1.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
Modified: trunk/BOOK/general/genutils/genutils.xml
===================================================================
--- trunk/BOOK/general/genutils/genutils.xml 2012-02-29 13:32:24 UTC (rev
9551)
+++ trunk/BOOK/general/genutils/genutils.xml 2012-02-29 15:30:34 UTC (rev
9552)
@@ -46,5 +46,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gperf.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rarian.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="ggz-client-libs.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apr-util.xml"/>
</chapter>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-02-29 13:32:24 UTC (rev 9551)
+++ trunk/BOOK/general.ent 2012-02-29 15:30:34 UTC (rev 9552)
@@ -304,6 +304,7 @@
<!ENTITY gperf-version "3.0.4">
<!ENTITY rarian-version "0.8.1">
<!ENTITY ggz-client-libs-version "0.0.14.1">
+<!ENTITY apr-util-version "1.4.1">
<!-- Chapter 11 -->
<!ENTITY autofs-version "5.0.5">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-02-29 13:32:24 UTC
(rev 9551)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-02-29 15:30:34 UTC
(rev 9552)
@@ -62,6 +62,9 @@
<listitem>
<para>[abenton] - added Apr 1.4.6.</para>
</listitem>
+ <listitem>
+ <para>[abenton] - added Apr Util 1.4.1.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/server/major/apache.xml
===================================================================
--- trunk/BOOK/server/major/apache.xml 2012-02-29 13:32:24 UTC (rev 9551)
+++ trunk/BOOK/server/major/apache.xml 2012-02-29 15:30:34 UTC (rev 9552)
@@ -350,7 +350,6 @@
</indexterm>
</listitem>
</varlistentry>
--->
<varlistentry id="apu-1-config">
<term><command>apu-1-config</command></term>
@@ -362,6 +361,7 @@
</indexterm>
</listitem>
</varlistentry>
+-->
<varlistentry id="apxs">
<term><command>apxs</command></term>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page