<dd><code>apr</code> and <code>apr-util</code> are bundled
with the Apache httpd source releases, and will be used without any
problems in almost all circumstances. However, if
- <code>apr</code> or <code>apr-util</code> 1.0 or 1.1
- installed on your system you must decide to upgrade your
+ <code>apr</code> or <code>apr-util</code>, versions 1.0 or 1.1,
+ are installed on your system, you must either upgrade your
<code>apr</code>/<code>apr-util</code> installations to
- 1.2 or to have httpd use seperate builds. To use the bundled
+ 1.2, or have httpd use seperate builds. To use the bundled
<code>apr</code>/<code>apr-util</code> sources for this
- purpose you must <code class="program"><a href="./programs/configure.html">configure</a></code> them manually:
+ purpose you must install them manually:
<div class="example"><p><code>
-# Configure apr 1.2<br />
-cd srclib/apr ; ./configure<br />
+# Build and install apr 1.2<br />
+cd srclib/apr<br />
+./configure --prefix=/usr/local/apr-httpd/<br />
+make<br />
+make install<br />
<br />
-# Configure apr-util 1.2<br />
-cd ../apr-util ; ./configure --with-apr=../apr<br />
+# Build and install apr-util 1.2<br />
+cd ../apr-util<br />
+./configure --prefix=/usr/local/apr-util-httpd/ --with-apr=/usr/local/apr-httpd/<br />
+make<br />
+make install<br />
<br />
# Configure httpd<br />
-cd ../../ ; ./configure --with-apr=srclib/apr --with-apr-util=srclib/apr-util<br />
+cd ../../<br />
+./configure --with-apr=/usr/local/apr-httpd/ --with-apr-util=/usr/local/apr-util-httpd/<br />
</code></p></div>
</dd>
</dl>
<dd><code>apr</code> and <code>apr-util</code> are bundled
with the Apache httpd source releases, and will be used without any
problems in almost all circumstances. However, if
- <code>apr</code> or <code>apr-util</code> 1.0 or 1.1
- installed on your system you must decide to upgrade your
+ <code>apr</code> or <code>apr-util</code>, versions 1.0 or 1.1,
+ are installed on your system, you must either upgrade your
<code>apr</code>/<code>apr-util</code> installations to
- 1.2 or to have httpd use seperate builds. To use the bundled
+ 1.2, or have httpd use seperate builds. To use the bundled
<code>apr</code>/<code>apr-util</code> sources for this
- purpose you must <program>configure</program> them manually:
+ purpose you must install them manually:
<example>
-# Configure apr 1.2<br />
-cd srclib/apr ; ./configure<br />
+# Build and install apr 1.2<br />
+cd srclib/apr<br/>
+./configure --prefix=/usr/local/apr-httpd/<br/>
+make<br/>
+make install<br />
<br />
-# Configure apr-util 1.2<br />
-cd ../apr-util ; ./configure --with-apr=../apr<br />
+# Build and install apr-util 1.2<br />
+cd ../apr-util<br />
+./configure --prefix=/usr/local/apr-util-httpd/ --with-apr=/usr/local/apr-httpd/<br />
+make<br/>
+make install<br />
<br />
# Configure httpd<br />
-cd ../../ ; ./configure --with-apr=srclib/apr --with-apr-util=srclib/apr-util<br />
+cd ../../<br />
+./configure --with-apr=/usr/local/apr-httpd/ --with-apr-util=/usr/local/apr-util-httpd/<br />
</example>
</dd>
</dl>
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?>
-<!-- English Revision: 333030:350232 (outdated) -->
+<!-- English Revision: 333030:350236 (outdated) -->
<!--
Copyright 2002-2005 The Apache Software Foundation or its licensors,
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
-<!-- English Revision: 105989:350232 (outdated) -->
+<!-- English Revision: 105989:350236 (outdated) -->
<!--
Copyright 2004-2005 The Apache Software Foundation or its licensors,
<?xml version='1.0' encoding='ISO-8859-1' ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision: 105989:350232 (outdated) -->
+<!-- English Revision: 105989:350236 (outdated) -->
<!--
Copyright 2004-2005 The Apache Software Foundation or its licensors,
<?xml version='1.0' encoding='iso-2022-jp' ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 178520:350232 (outdated) -->
+<!-- English Revision: 178520:350236 (outdated) -->
<!--
Copyright 2002-2005 The Apache Software Foundation or its licensors, as
<?xml version='1.0' encoding='EUC-KR' ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:350232 (outdated) -->
+<!-- English Revision: 105989:350236 (outdated) -->
<!--
Copyright 2003-2005 The Apache Software Foundation or its licensors,