Changeset d551456


Ignore:
Timestamp:
02/29/2012 03:30:34 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
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
Children:
6041710
Parents:
6e10fa6
Message:

apr-util-1.4.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9552 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6e10fa6 rd551456  
    305305<!ENTITY rarian-version               "0.8.1">
    306306<!ENTITY ggz-client-libs-version      "0.0.14.1">
     307<!ENTITY apr-util-version             "1.4.1">
    307308
    308309<!-- Chapter 11 -->
  • general/genlib/apr.xml

    r6e10fa6 rd551456  
    3030
    3131  <sect2 role="package">
    32     <title>Introduction to apr</title>
     32    <title>Introduction to Apr</title>
    3333
    34     <para>The Apache Portable Runtime (APR) is a supporting library for the
    35     Apache web server. It provides a set of application programming interfaces
    36     (APIs) that map to the underlying operating system (OS). Where the OS
    37     doesn't support a particular function, APR will provide an emulation. Thus
    38     programmers can use the APR to make a program portable across different
    39     platforms.</para>
     34    <para>
     35      The Apache Portable Runtime (APR) is a supporting library for the
     36      Apache web server. It provides a set of application programming interfaces
     37      (APIs) that map to the underlying Operating System (OS). Where the OS
     38      doesn't support a particular function, APR will provide an emulation. Thus
     39      programmers can use the APR to make a program portable across different
     40      platforms.
     41    </para>
    4042
    4143    &lfs70_checked;
     
    4446    <itemizedlist spacing="compact">
    4547      <listitem>
    46         <para>Download (HTTP): <ulink url="&apr-download-http;"/></para>
     48        <para>
     49          Download (HTTP): <ulink url="&apr-download-http;"/>
     50        </para>
    4751      </listitem>
    4852      <listitem>
    49         <para>Download (FTP): <ulink url="&apr-download-ftp;"/></para>
     53        <para>
     54          Download (FTP): <ulink url="&apr-download-ftp;"/>
     55        </para>
    5056      </listitem>
    5157      <listitem>
    52         <para>Download MD5 sum: &apr-md5sum;</para>
     58        <para>
     59          Download MD5 sum: &apr-md5sum;
     60        </para>
    5361      </listitem>
    5462      <listitem>
    55         <para>Download size: &apr-size;</para>
     63        <para>
     64          Download size: &apr-size;
     65        </para>
    5666      </listitem>
    5767      <listitem>
    58         <para>Estimated disk space required: &apr-buildsize;</para>
     68        <para>
     69          Estimated disk space required: &apr-buildsize;
     70        </para>
    5971      </listitem>
    6072      <listitem>
    61         <para>Estimated build time: &apr-time;</para>
     73        <para>
     74          Estimated build time: &apr-time;
     75        </para>
    6276      </listitem>
    6377    </itemizedlist>
    6478
    65     <para condition="html" role="usernotes">User Notes:
    66     <ulink url="&blfs-wiki;/apr"/></para>
     79    <para condition="html" role="usernotes">
     80      User Notes: <ulink url="&blfs-wiki;/apr"/>
     81    </para>
    6782  </sect2>
    6883
    6984  <sect2 role="installation">
    70     <title>Installation of apr</title>
     85    <title>Installation of Apr</title>
    7186
    72     <para>Install <application>Apr</application> by running the following
    73     commands:</para>
     87    <para>
     88      Install <application>Apr</application> by running the following commands:
     89    </para>
    7490
    7591<screen><userinput>./configure -&#45;prefix=/usr -&#45;disable-static \
     
    7793make</userinput></screen>
    7894
    79     <para>To test the results, issue: <command>make test</command>.</para>
     95    <para>
     96      To test the results, issue: <command>make test</command>.
     97    </para>
    8098
    81     <para>Now, as the <systemitem class="username">root</systemitem>
    82     user:</para>
     99    <para>
     100      Now, as the <systemitem class="username">root</systemitem> user:
     101    </para>
    83102
    84103<screen role="root"><userinput>make install</userinput></screen>
     
    91110      <option>-&#45;disable-static</option>: This stops it compiling a static
    92111      version of <filename class="libraryfile">libapr-1</filename>.
    93      </para>
     112    </para>
    94113
    95114    <para>
     
    127146            is a shell script used to retrieve information about the apr
    128147            library in the system. It is typically used to compile and link
    129             against the library.</para>
     148            against the library.
     149          </para>
    130150          <indexterm zone="apr apr-1-config">
    131151            <primary sortas="b-apr-1-config">apr-1-config</primary>
     
    137157        <term><filename class="libraryfile">libapr-1.so</filename></term>
    138158        <listitem>
    139           <para>is the Apache Portable Runtime library.</para>
     159          <para>
     160            is the Apache Portable Runtime library.
     161          </para>
    140162          <indexterm zone="apr libapr-1">
    141163            <primary sortas="c-libapr-1">libapr-1.so</primary>
  • general/genutils/genutils.xml

    r6e10fa6 rd551456  
    4747  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rarian.xml"/>
    4848  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ggz-client-libs.xml"/>
     49  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apr-util.xml"/>
    4950
    5051</chapter>
  • introduction/welcome/changelog.xml

    r6e10fa6 rd551456  
    6363          <para>[abenton] - added Apr 1.4.6.</para>
    6464        </listitem>
     65        <listitem>
     66          <para>[abenton] - added Apr Util 1.4.1.</para>
     67        </listitem>
    6568      </itemizedlist>
    6669    </listitem>
  • server/major/apache.xml

    r6e10fa6 rd551456  
    351351        </listitem>
    352352      </varlistentry>
    353 -->
    354353
    355354      <varlistentry id="apu-1-config">
     
    363362        </listitem>
    364363      </varlistentry>
     364-->
    365365
    366366      <varlistentry id="apxs">
Note: See TracChangeset for help on using the changeset viewer.