randyk 2002/12/19 10:59:26
Modified: src/docs/1.0/os/win32 install.pod
Log:
mod_perl-1 and ActivePerl 8xx don't yet like each other.
Revision Changes Path
1.14 +17 -2 modperl-docs/src/docs/1.0/os/win32/install.pod
Index: install.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/install.pod,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- install.pod 28 Nov 2002 17:05:19 -0000 1.13
+++ install.pod 19 Dec 2002 18:59:25 -0000 1.14
@@ -26,6 +26,19 @@
http://www.activestate.com/
+Note that, currently, mod_perl 1.0 does not work with an
+ActivePerl Perl in the 8xx series (based on perl-5.8), due
+to some issues with I<LARGE_FILES> support. You should either
+then use an ActivePerl Perl in the 6xx series (based on perl-5.6.1),
+or else, if you need perl-5.8, build or obtain a binary
+Perl compiled without the I<USE_LARGE_FILES> compile-time option.
+Another possibility, if you desire perl-5.8,
+is to consider trying mod_perl 2.0, which does work
+with an ActivePerl Perl in the 8xx series (and is in fact
+the recommended Perl version) - see
+L<modperl-2 in Win32|docs::2.0::os::win32::install>
+for details.
+
The Apache sources and binaries are available at
http://httpd.apache.org/
@@ -227,11 +240,13 @@
=head2 PPM Packages
-For users of ActivePerl, available from
+For users of ActivePerl builds 6xx I<only>, obtainable from
http://www.activestate.com/
-there are also C<PPM> mod_perl packages available. For this, if you
+there are also C<PPM> mod_perl packages available (as discussed
+in the introduction, no C<ppm> mod_perl-1 ppm packages for
+ActivePerl builds 8xx are presently available). For this, if you
don't already have it, get and install the latest Win32 Apache binary
from
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]