summaryrefslogtreecommitdiff
path: root/README.platforms
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2003-12-12 10:24:59 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2003-12-12 10:24:59 +0000
commitc4c039933e326bbcc36d25a69cbe59095bac1dc1 (patch)
tree752e5d319a1fdc7a89f5691450479b8dd2758932 /README.platforms
parenta6bc964f2481ea9b21455ed5193a1b0e94c6e660 (diff)
downloadhttpd-c4c039933e326bbcc36d25a69cbe59095bac1dc1.tar.gz
If you ignore a problem long enough, it'll be fixed by someone else.
FreeBSD 5.2-RC with either libthr or libkse enabled (instead of the default libc_r) is confirmed to be operational with the worker MPM. Add notes to STATUS and README.platforms (as there is now an upgrade path that may be reasonable for those needing threads). [No soak tests run, but it serves pages - which is an improvement over before] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102036 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.platforms')
-rw-r--r--README.platforms6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.platforms b/README.platforms
index 4e998ea5e0..3524cd1ea7 100644
--- a/README.platforms
+++ b/README.platforms
@@ -54,6 +54,12 @@
shell implementation (/bin/sh) on FreeBSD. Be sure to use v2.13
of autoconf.
+ Threaded MPMs are not supported on FreeBSD 4.x. Current releases of
+ FreeBSD 5.x (5.2 or later) support threaded MPMs correctly. You must pass
+ '--enable-threads=yes' to APR's configure in order to enable threads.
+ Additionally, you must use libthr or libkse via libmap.conf as the default
+ libc_r is still broken as of this writing. Please consult the man page for
+ libmap.conf for more details about configuring libthr or libkse.
================
HP-UX:
The dlopen() system call in HP-UX has problems when loading/unloading