randyk 2004/07/04 12:18:25
Modified: src/docs/2.0/user/install install.pod
Log:
explain the MP_APR_LIB option used to specify the name of the static
library on Win32 used to decouple APR/APR::* from mod_perl.so.
Revision Changes Path
1.56 +11 -0 modperl-docs/src/docs/2.0/user/install/install.pod
Index: install.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/install/install.pod,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- install.pod 3 Jul 2004 17:44:27 -0000 1.55
+++ install.pod 4 Jul 2004 19:18:25 -0000 1.56
@@ -548,7 +548,18 @@
MP_OPTIONS_FILE=~/.my_mod_perl2_opts
+=head4 MP_APR_LIB
+On Win32, in order to build the APR and APR::* modules so as to
+be independent of mod_perl.so, a static library is first built
+containing the needed functions these modules link into. The option
+
+ MP_APR_LIB=aprext
+
+specifies the name that this library has. The default used
+is C<aprext>. This option has no effect on platforms other than
+Win32, as they use a different mechanism to accomplish the
+decoupling of APR and APR::* from mod_perl.so.
=head3 mod_perl-specific Compiler Options
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]