source: general/genlib/apr.xml@ f54c9942

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since f54c9942 was f862f7c0, checked in by Tim Tassonis <stuff@…>, 15 months ago

Update to apr-1.7.3.

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[6e10fa6]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
[8dfc5c3]8 "https://archive.apache.org/dist/apr/apr-&apr-version;.tar.bz2">
[6e10fa6]9 <!ENTITY apr-download-ftp
[adf6dd9a]10 "ftp://ftp.mirrorservice.org/sites/ftp.apache.org/apr/apr-&apr-version;.tar.bz2">
[f862f7c0]11 <!ENTITY apr-md5sum "6b4ff70222c15c6aae505518e15de9dd">
12 <!ENTITY apr-size "880 KB">
[949b48a]13 <!ENTITY apr-buildsize "12 MB (additional 4 MB for the tests)">
[0e272f87]14 <!ENTITY apr-time "0.2 SBU (add 1.7 SBU for tests)">
[6e10fa6]15]>
16
17<sect1 id="apr" xreflabel="Apr-&apr-version;">
18 <?dbhtml filename="apr.html"?>
19
20
21 <title>Apr-&apr-version;</title>
22
23 <indexterm zone="apr">
24 <primary sortas="a-apr">Apr</primary>
25 </indexterm>
26
27 <sect2 role="package">
[d551456]28 <title>Introduction to Apr</title>
[6e10fa6]29
[d551456]30 <para>
31 The Apache Portable Runtime (APR) is a supporting library for the
32 Apache web server. It provides a set of application programming interfaces
33 (APIs) that map to the underlying Operating System (OS). Where the OS
34 doesn't support a particular function, APR will provide an emulation. Thus
35 programmers can use the APR to make a program portable across different
36 platforms.
37 </para>
[6e10fa6]38
[15445ab]39 &lfs113_checked;
[6e10fa6]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[d551456]44 <para>
45 Download (HTTP): <ulink url="&apr-download-http;"/>
46 </para>
[6e10fa6]47 </listitem>
48 <listitem>
[d551456]49 <para>
50 Download (FTP): <ulink url="&apr-download-ftp;"/>
51 </para>
[6e10fa6]52 </listitem>
53 <listitem>
[d551456]54 <para>
55 Download MD5 sum: &apr-md5sum;
56 </para>
[6e10fa6]57 </listitem>
58 <listitem>
[d551456]59 <para>
60 Download size: &apr-size;
61 </para>
[6e10fa6]62 </listitem>
63 <listitem>
[d551456]64 <para>
65 Estimated disk space required: &apr-buildsize;
66 </para>
[6e10fa6]67 </listitem>
68 <listitem>
[d551456]69 <para>
70 Estimated build time: &apr-time;
71 </para>
[6e10fa6]72 </listitem>
73 </itemizedlist>
74
[d551456]75 <para condition="html" role="usernotes">
76 User Notes: <ulink url="&blfs-wiki;/apr"/>
77 </para>
[6e10fa6]78 </sect2>
79
80 <sect2 role="installation">
[d551456]81 <title>Installation of Apr</title>
[6e10fa6]82
[15b2f5a3]83<!--
[a541e080]84 <para>
85 First, fix a security issue:
86 </para>
[15b2f5a3]87<!- -
[a541e080]88<screen><userinput>sed '/{306/a \
89\
90 if (xt-&gt;tm_mon &lt; 0 || xt-&gt;tm_mon &gt;= 12) \
91 return APR_EBADDATE;' -i time/unix/time.c</userinput></screen>
[15b2f5a3]92- ->
[9d154616]93<screen><userinput>sed -e "/shift/i \
[4021e181]94\ if (xt-&gt;tm_mon &lt; 0 || xt-&gt;tm_mon &gt;= 12) return APR_EBADDATE;" \
[9d154616]95 -i time/unix/time.c</userinput></screen>
[15b2f5a3]96-->
97 <para>
98 Fix an issue checking a location in a script template:
99 </para>
100<screen><userinput>sed -e '/^case "$0"/s;$0;$(readlink -f $0);' \
101 -i apr-config.in</userinput></screen>
[a541e080]102
[d551456]103 <para>
104 Install <application>Apr</application> by running the following commands:
105 </para>
[6e10fa6]106
[92245989]107<screen><userinput>./configure --prefix=/usr \
[adf6dd9a]108 --disable-static \
109 --with-installbuilddir=/usr/share/apr-1/build &amp;&amp;
[6e10fa6]110make</userinput></screen>
111
[d551456]112 <para>
[0d38b000]113 To test the results, issue: <command>make test</command>. <!-- teststr is
114 known to hang on some systems. - WORKS AS OF 1.6.5 (renodr) -->
[d551456]115 </para>
[6e10fa6]116
[d551456]117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
[6e10fa6]120
121<screen role="root"><userinput>make install</userinput></screen>
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
[adf6dd9a]127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="../../xincludes/static-libraries.xml"/>
[6e10fa6]129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Program</segtitle>
137 <segtitle>Installed Library</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
[adf6dd9a]141 <seg>
142 apr-1-config
143 </seg>
144 <seg>
145 libapr-1.so
146 </seg>
147 <seg>
[f3429309]148 /usr/include/apr-1 and
[adf6dd9a]149 /usr/share/apr-1
150 </seg>
[6e10fa6]151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="apr-1-config">
160 <term><command>apr-1-config</command></term>
161 <listitem>
162 <para>
163 is a shell script used to retrieve information about the apr
164 library in the system. It is typically used to compile and link
[4c24eb0a]165 against the library
[d551456]166 </para>
[6e10fa6]167 <indexterm zone="apr apr-1-config">
168 <primary sortas="b-apr-1-config">apr-1-config</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="libapr-1">
174 <term><filename class="libraryfile">libapr-1.so</filename></term>
175 <listitem>
[d551456]176 <para>
[4c24eb0a]177 is the Apache Portable Runtime library
[d551456]178 </para>
[6e10fa6]179 <indexterm zone="apr libapr-1">
180 <primary sortas="c-libapr-1">libapr-1.so</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184 </variablelist>
[adf6dd9a]185
[6e10fa6]186 </sect2>
[4c24eb0a]187
[6e10fa6]188</sect1>
Note: See TracBrowser for help on using the repository browser.