From: André Malo
will compile most modules and build them as DSO modules.
-Caveat: --enable-mods-shared=all
does not
- actually build all modules. To build all modules then, one might use:
-
./configure \
- --with-ldap \
- --enable-mods-shared="all ssl ldap cache proxy authn_alias mem_cache file_cache authnz_ldap charset_lite dav_lock disk_cache"
Caveat:
+ --enable-mods-shared=all
does not actually build all
+ modules. To build all modules then, one might use:
+ ./configure \
+
+ --with-ldap \
+ --enable-mods-shared="all ssl ldap cache proxy authn_alias mem_cache file_cache authnz_ldap charset_lite dav_lock disk_cache"
+
+
--enable-modules=MODULE-LIST
--enable-mods-shared
,
but will link the given modules statically. This mean, these modules
diff --git a/docs/manual/programs/configure.xml.ko b/docs/manual/programs/configure.xml.ko
index 08843f3b9b..9cbe31fa09 100644
--- a/docs/manual/programs/configure.xml.ko
+++ b/docs/manual/programs/configure.xml.ko
@@ -1,7 +1,7 @@
-
+