]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Make the apr/apr-util 1.2 instructions more explicit and hopefully
authorColm MacCarthaigh <colm@apache.org>
Thu, 1 Dec 2005 12:55:45 +0000 (12:55 +0000)
committerColm MacCarthaigh <colm@apache.org>
Thu, 1 Dec 2005 12:55:45 +0000 (12:55 +0000)
more clear.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@350243 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.html.en
docs/manual/install.xml
docs/manual/install.xml.de
docs/manual/install.xml.es
docs/manual/install.xml.fr
docs/manual/install.xml.ja
docs/manual/install.xml.ko

index b1764dbea59190ac452a76dae1c6ed99bdf16fa7..ca4617a28548436dd26af576d57c1c19e205cacd 100644 (file)
       <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>
index eef8752f70c4e48bc3b38cf515cbb3699c3baa88..4d5f5e4e60d17ff7ca34ef3556f01621f4e7fc76 100644 (file)
       <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>
index 90cbe269a0d1200b315509a95421a443ba024329..e5e4ed72363c873979cf0607b1e1b5497303b750 100644 (file)
@@ -1,7 +1,7 @@
 <?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,
index 8710718b2e17caa14861f91e46dbcc15f91b58a0..4cced8b4a1708107d9641aed94d79bbd63186399 100644 (file)
@@ -1,7 +1,7 @@
 <?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,
index 8e0698ff76b89882e64cbd8117f302164fe2ceb1..3fad58be7e941f10d66d80ed8b095b5f728025e2 100644 (file)
@@ -1,7 +1,7 @@
 <?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,
index 5ab6d83a42f434eb7378439acdc2ccc1733cf31e..7a55f6f12bd5d0ff2816193bfbbb99d86fad31ea 100644 (file)
@@ -1,7 +1,7 @@
 <?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
index 28b2c490133e253ea8e4b6246d01c1b9134aa92a..cf40e95516ba65435fac1fad741224a0bd9f2561 100644 (file)
@@ -1,7 +1,7 @@
 <?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,