From c4c039933e326bbcc36d25a69cbe59095bac1dc1 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Fri, 12 Dec 2003 10:24:59 +0000 Subject: 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 --- README.platforms | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.platforms') 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 -- cgit v1.2.1