On Mon, 30 Jul 2001, Cliff Woolley wrote:

> Known issues with 2.0.22:
>
> 1) Win9x and WinME do not yet work correctly
> 2) There are a few known issues with the threaded MPM, including some
>    problems during graceful restarts and a discrepancy between the number
>    of running workers and the number configured.  A revamp of the threaded
>    MPM that should fix these problems is currently under development.
> 3) mod_dav fails to compile as a DSO if you use --enable-mods-shared=all
>    or --enable-shared=most.  It has been reported that using
>    --enable-dav=shared --enable-dav_fs=shared explicitly works around
>    the problem.
> 4) mod_auth_dbm, mod_auth_db, and mod_auth_digest might not compile on
>    some systems due to missing headers or libraries which are not
>    correctly flagged as missing by configure.  A workaround is to
>    rerun configure, explicitly disabling the offending module using
>    --disable-auth-dbm, --disable-auth-db, or --disable-auth-digest.
> 5) mod_ssl is still in the process of being ported to Apache 2.0 and
>    should be considered alpha quality at best.  It might not work or
>    even compile on all systems and not all functionality is currently
>    enabled.
> 6) The config.guess included in the tarball does not correctly
>    recognize Mac OS X/Darwin.  A workaround for this is to replace
>    all copies of config.guess in the tarball with a newer copy from
>    ftp://ftp.gnu.org/gnu/config/
> 7) srclib/apr/threadproc/unix/signals.c fails to link on Mac OS X/Darwin
>    due to unresolved symbols.  This can be worked around with the
>    following patch (which should only be used on OS X):

  8) There is a known build problem when using GNU make version 3.77
     on some systems, which appears to be a bug in that version of gmake.
     Upgrading to a newer version of gmake fixes the problem.


--------------------------------------------------------------
   Cliff Woolley
   [EMAIL PROTECTED]
   Charlottesville, VA


Reply via email to