[EMAIL PROTECTED] wrote:
randyk      2003/01/17 21:16:50

Modified: src/docs/general/os/win32 faq.pod
Log:
added entry about upgrading CGI.pm under mod_perl 2.0.
Revision Changes Path
1.3 +6 -0 modperl-docs/src/docs/general/os/win32/faq.pod
Index: faq.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/general/os/win32/faq.pod,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- faq.pod 8 Jan 2003 03:00:45 -0000 1.2
+++ faq.pod 18 Jan 2003 05:16:49 -0000 1.3
@@ -199,6 +199,12 @@
Try putting the path to your mysql DLLs (eg, F<D:\mysql\lib\opt>) in
your I<PATH> environment variable.
+=head2 With mod_perl 2.0, I get an error about not finding
+I<Apache.pm> when using I<CGI.pm>.
+
+Try upgrading CGI.pm to the latest version - earlier versions +were not mod_perl 2.0 aware.
+
=head1 See Also

Randy, can you please move this item to 2.0/user/troubleshooting.pod? This problem is mod_perl 2.0-specific and not specific to win32. Thanks.


Also it's probably a good idea to specify which is the minimal CGI.pm version that they should be good with.

Something like this in the run time section

=head2 Can't find Apache.pm

You need to install at least version XXX of CGI.pm to use under mod_perl 2.0.


__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to