source: general/genlib/apr.xml@ 6e10fa6

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 6e10fa6 was 6e10fa6, checked in by Andrew Benton <andy@…>, 12 years ago

apr-1.4.6

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

  • Property mode set to 100644
File size: 4.7 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 apr-download-http
8 "http://archive.apache.org/dist/apr/apr-&apr-version;.tar.bz2">
9 <!ENTITY apr-download-ftp
10 "ftp://apache.mirrors.pair.com/dist/apr/apr-&apr-version;.tar.bz2">
11 <!ENTITY apr-md5sum "ffee70a111fd07372982b0550bbb14b7">
12 <!ENTITY apr-size "768 KB">
13 <!ENTITY apr-buildsize "11 MB">
14 <!ENTITY apr-time "0.2 SBU">
15]>
16
17<sect1 id="apr" xreflabel="Apr-&apr-version;">
18 <?dbhtml filename="apr.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Apr-&apr-version;</title>
26
27 <indexterm zone="apr">
28 <primary sortas="a-apr">Apr</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to apr</title>
33
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>
40
41 &lfs70_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&apr-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&apr-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &apr-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &apr-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &apr-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &apr-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <para condition="html" role="usernotes">User Notes:
66 <ulink url="&blfs-wiki;/apr"/></para>
67 </sect2>
68
69 <sect2 role="installation">
70 <title>Installation of apr</title>
71
72 <para>Install <application>Apr</application> by running the following
73 commands:</para>
74
75<screen><userinput>./configure -&#45;prefix=/usr -&#45;disable-static \
76 -&#45;with-installbuilddir=/usr/libexec/apache/build &amp;&amp;
77make</userinput></screen>
78
79 <para>To test the results, issue: <command>make test</command>.</para>
80
81 <para>Now, as the <systemitem class="username">root</systemitem>
82 user:</para>
83
84<screen role="root"><userinput>make install</userinput></screen>
85 </sect2>
86
87 <sect2 role="commands">
88 <title>Command Explanations</title>
89
90 <para>
91 <option>-&#45;disable-static</option>: This stops it compiling a static
92 version of <filename class="libraryfile">libapr-1</filename>.
93 </para>
94
95 <para>
96 <option>-&#45;with-installbuilddir=/usr/libexec/apache/build</option>:
97 This option puts its private executables into
98 <filename class="directory">/usr/libexec/apache/build</filename> instead
99 of the default <filename class="directory">/usr/build-1</filename>.
100 </para>
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Program</segtitle>
108 <segtitle>Installed Library</segtitle>
109 <segtitle>Installed Directories</segtitle>
110
111 <seglistitem>
112 <seg>apr-1-config</seg>
113 <seg>libapr-1.so</seg>
114 <seg>/usr/include/apr and /usr/libexec/apache/build</seg>
115 </seglistitem>
116 </segmentedlist>
117
118 <variablelist>
119 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
120 <?dbfo list-presentation="list"?>
121 <?dbhtml list-presentation="table"?>
122
123 <varlistentry id="apr-1-config">
124 <term><command>apr-1-config</command></term>
125 <listitem>
126 <para>
127 is a shell script used to retrieve information about the apr
128 library in the system. It is typically used to compile and link
129 against the library.</para>
130 <indexterm zone="apr apr-1-config">
131 <primary sortas="b-apr-1-config">apr-1-config</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
135
136 <varlistentry id="libapr-1">
137 <term><filename class="libraryfile">libapr-1.so</filename></term>
138 <listitem>
139 <para>is the Apache Portable Runtime library.</para>
140 <indexterm zone="apr libapr-1">
141 <primary sortas="c-libapr-1">libapr-1.so</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145 </variablelist>
146 </sect2>
147</sect1>
Note: See TracBrowser for help on using the repository browser.