]> granicus.if.org Git - apache/commitdiff
Add a note about the lack of threads on FreeBSD to the INSTALL file.
authorRyan Bloom <rbb@apache.org>
Sun, 25 Feb 2001 17:00:10 +0000 (17:00 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 25 Feb 2001 17:00:10 +0000 (17:00 +0000)
Submitted by: Derek Young <bleach@chek.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88321 13f79535-47bb-0310-9956-ffa450edef68

INSTALL

diff --git a/INSTALL b/INSTALL
index 8207dc819d159c874516f0a0572a40ca4f31474f..191ea5e9580a1a9b365a292cfca8e8c42bd15a6e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
            repository, rather than a release distribution, then you
           must use the "buildconf" script before running configure.
 
+     NOTE: If you are building on FreeBSD, you should add the argument
+           --with-mpm=prefork to the configure line.  The Apache Group
+           has discovered that threads do not work well with Apache
+           on FreeBSD.  For that reason, we disable threads by default
+           on FreeBSD, and you need to build the prefork MPM.  If you wish
+           to try to make threads work on FreeBSD, they can be re-enabled
+           by using --enable-threads
 
   2. Requirements
      ------------