You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2005/12/01 13:03:24 UTC

svn commit: r350233 - /httpd/httpd/branches/2.2.x/docs/manual/install.html.en

Author: colm
Date: Thu Dec  1 04:03:19 2005
New Revision: 350233

URL: http://svn.apache.org/viewcvs?rev=350233&view=rev
Log:
Update the transformation.

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/install.html.en

Modified: httpd/httpd/branches/2.2.x/docs/manual/install.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/install.html.en?rev=350233&r1=350232&r2=350233&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/install.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/install.html.en Thu Dec  1 04:03:19 2005
@@ -161,6 +161,28 @@
       <code class="program"><a href="./programs/configure.html">configure</a></code> script, you will not be able to use 
       the affected support scripts. Of course, you will still be able to 
       build and use Apache httpd.</dd>
+
+      <dt><a href="http://apr.apache.org">Apr/Apr-util 1.2</a></dt>
+      <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 all most 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>/<code>apr-util</code> installations to
+      apr 1.2 or to 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:
+<div class="example"><p><code>
+# Configure apr 1.2<br />
+cd srclib/apr ; ./configure<br />
+<br />
+# Configure apr-util 1.2<br />
+cd ../apr-util ; ./configure --with-apr=../apr<br />
+<br />
+# Configure httpd<br />
+cd ../../ ; ./configure --with-apr=srclib/apr --with-apr-util=srclib/apr-util<br />
+</code></p></div>
+      </dd>
     </dl>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">