summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2008-09-16 18:50:01 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2008-09-16 18:50:01 +0000
commit1566c82b30a03ecc60ebc5161f34dd74eff3bb50 (patch)
tree37f86e74ee9747384885d4f3656af13bb20ace89 /INSTALL
parent1bec862b8a6ea5a2b934a434ecb51de2b7c4b610 (diff)
downloadhttpd-1566c82b30a03ecc60ebc5161f34dd74eff3bb50.tar.gz
* INSTALL: Add a blurb about --with-included-apr option.
Submitted by: Tim Bray Tweaked by: jerenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@696006 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL19
1 files changed, 13 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index af28186214..c4d3340e98 100644
--- a/INSTALL
+++ b/INSTALL
@@ -17,12 +17,12 @@
might use "/usr/local/apache2" for PREFIX (without the
quotes).
- * If you want to build a threaded MPM (for instance worker)
- on FreeBSD, be aware that threads do not work well with
- Apache on FreeBSD versions before 5.4-RELEASE. If you wish
- to try a threaded Apache on an earlier version of FreeBSD,
- use the --enable-threads parameter to ./configure in
- addition to the --with-mpm parameter.
+ * 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.)
* If you are a developer building Apache directly from
Subversion, you will need to run ./buildconf before running
@@ -31,6 +31,13 @@
build Apache from a release tarball, you don't have to run
buildconf.
+ * If you want to build a threaded MPM (for instance worker)
+ on FreeBSD, be aware that threads do not work well with
+ Apache on FreeBSD versions before 5.4-RELEASE. If you wish
+ to try a threaded Apache on an earlier version of FreeBSD,
+ use the --enable-threads parameter to ./configure in
+ addition to the --with-mpm parameter.
+
* If you are building directly from Subversion on Mac OS X
(Darwin), make sure to use GNU Libtool 1.4.2 or newer. All
recent versions of the developer tools on this platform