summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2009-03-03 02:44:50 +0000
committerJeff Trawick <trawick@apache.org>2009-03-03 02:44:50 +0000
commit7fc4466fa7dcb6cb67788548533edb2fa6db0538 (patch)
treecdb6e498434c4cf15ea7255aa65960486871fd6c /INSTALL
parentd4697bec62b6e04e23c85737a4cd9f13d61a7a59 (diff)
downloadhttpd-7fc4466fa7dcb6cb67788548533edb2fa6db0538.tar.gz
Use --with-included-apr if you don't have the compiler
your OS-delivered APR was built with xlc vs gcc SunStudio vs gcc gcc n vs gcc n-bignum etc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749512 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 8 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index c4d3340e98..7cc31da46a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -17,12 +17,16 @@
might use "/usr/local/apache2" for PREFIX (without the
quotes).
- * If you are a developer who will be linking your code with
+ * Consider if you need to use the bundled APR and APR-Util
+ via ./configure's --with-included-apr option, to use the
+ bundled source instead of a previously installed APR and
+ APR-Util (such as those provided with many OSes). This
+ is required if you don't have the compiler which the
+ system APR was built with. This can be advantageous if
+ you are a developer who will be linking your code with
Apache or using a debugger to step through server code,
- ./configure's --with-included-apr option may be advantageous,
as it removes the possibility of version or compile-option
- mismatches with APR and APR-util code. (Many OSes now
- include their own version of APR and APR-util.)
+ mismatches with APR and APR-util code.
* If you are a developer building Apache directly from
Subversion, you will need to run ./buildconf before running