README.platforms revision e4e9830cfd4b4e48d630ee84bc81056098a9e443
c1bd5f597b5afa4768110cca1dbfeb28320cf0dbMatt Sweeney Apache HTTP Server
c1bd5f597b5afa4768110cca1dbfeb28320cf0dbMatt Sweeney Platform specific notes:
d2854acf6eef44cf0aca645de3a37cca1388f51aDav Glass ------------------------
c1bd5f597b5afa4768110cca1dbfeb28320cf0dbMatt Sweeney================
c1bd5f597b5afa4768110cca1dbfeb28320cf0dbMatt Sweeney Darwin (OS X):
8a728f86de04f81b34b11a4f482c1c8da00930aeMatt Sweeney Apache 2 relies heavily on the use of autoconf and libtool to
this is due to the fact that /bin/sh is now 'bash' and not 'zsh' as
installed under /usr/local/ so to use these versions, and be sure
that /usr/local/bin is earlier in your PATH.
shell implementation (/bin/sh) on FreeBSD. Be sure to use v2.13
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
Additionally, you must use libthr or libkse via libmap.conf as the default
libmap.conf for more details about configuring libthr or libkse.
The dlopen() system call in HP-UX has problems when loading/unloading
When using shl_load : "cpprt0_stub.s -lcl"
When using dlopen : "cpprt0_stub.s -lcl -lCsup"
The cpprt0_stub.s can be downloaded from the web site :
Compile cpprt0_stub.s with the PIC option
cc -c +z cpprt0_stub.s
gcc -c -fPIC cpprt0_stub.s
There is an issue with compiling server/core.c with optimization enabled
and 5.0.2.2 have an additional problem with Apache 2.0.x, so either upgrade