diff options
author | Jeff Trawick <trawick@apache.org> | 2013-09-07 18:28:35 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2013-09-07 18:28:35 +0200 |
commit | 5215408948ed22884ca199aba07241d5ca3e8819 (patch) | |
tree | 9f38dee815762580cfd4394625f86174fb5bfcb1 /README.cmake | |
parent | Update. (diff) | |
download | apache2-5215408948ed22884ca199aba07241d5ca3e8819.tar.xz apache2-5215408948ed22884ca199aba07241d5ca3e8819.zip |
Add macro for checking apr/apu defines like APR_HAS_feature,
and for now use it to detect APR_HAS_XLATE and APU_HAVE_CRYPTO.
Add special logic for special APR_HAS_LDAP.
Display summary of feature detection.
mod_session_crypto can now build, so do so if the prereq is present.
(By default it won't be activated.)
Sketch in more support for Lua, mod_charset_lite, mod_ldap, and
mod_authnz_ldap, though they should be expected to fail until
somebody actually tries it and fixes the problem.
The documented ab issue was my own problem with a mismatch between
my compiler and the OpenSSL compiler, resolved by building OpenSSL
myself like everybody else.
Document another of the possibly zillions of bugs/limitations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1520783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r-- | README.cmake | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/README.cmake b/README.cmake index c99b2da4a5..483a5f2ea7 100644 --- a/README.cmake +++ b/README.cmake @@ -189,20 +189,18 @@ This can be resolved in several different ways: Known Bugs and Limitations -------------------------- -* no support for APR/APU optional features as module prerequisites (e.g., - the APU_HAVE_CRYPTO requirement of mod_session_crypto) -* no logic to find support libraries needed by some modules (LUA, distcache) -* no support for these modules: +* no logic to find support libraries needed by some modules (distcache, serf) +* no working support for building these modules: + mod_ldap, mod_authnz_ldap, mod_socache_dc, mod_lua, mod_serf, - apreq+mod_apreq, mod_session_crypto + apreq+mod_apreq + additionally, mod_lbmethod_rr and mod_firehose don't compile on Windows anyway * buildmark.c isn't necessarily rebuilt when httpd.exe is regenerated -* ab + HAVE_OPENSSL isn't working at all, even for non-SSL * ApacheMonitor has a build error and is disabled * CGI examples aren't installed * module enablement defaults are not in sync with the autoconf-based build * no support for static PCRE builds (need to detect then turn on PCRE_STATIC) +* module base addresses aren't set Generally: |