stas        2004/08/20 11:55:23

  Modified:    src/docs/2.0/user/help help.pod
               src/docs/2.0/user/install install.pod
  Log:
  note that perl and modperl needs to be compiled with the same compiler
  
  Revision  Changes    Path
  1.29      +15 -0     modperl-docs/src/docs/2.0/user/help/help.pod
  
  Index: help.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/help/help.pod,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -u -r1.28 -r1.29
  --- help.pod  4 May 2004 18:40:26 -0000       1.28
  +++ help.pod  20 Aug 2004 18:55:22 -0000      1.29
  @@ -39,6 +39,21 @@
   
   META: mod_perl-1.99_xx is mod_perl 2.0 to-be.
   
  +
  +
  +=head2 Using the Wrong Compiler
  +
  +To build mod_perl, you B<must> also use the same compiler that Perl
  +was built with. You can find that out by running C<perl -V> and
  +looking at the C<Compiler:> section. If you have used a different
  +compiler and have encountered problems (which most likely will be the
  +case) recompile Perl with the same compiler and then recompile
  +mod_perl again.
  +
  +
  +
  +
  +
   =head2 Before Posting a Report
   
   Before you post the report, make sure that you've checked the
  
  
  
  1.62      +4 -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.61
  retrieving revision 1.62
  diff -u -u -r1.61 -r1.62
  --- install.pod       15 Aug 2004 00:53:34 -0000      1.61
  +++ install.pod       20 Aug 2004 18:55:23 -0000      1.62
  @@ -309,6 +309,10 @@
   Before you proceed make sure that Apache 2.0 has been built and
   installed. mod_perl B<cannot> be built before that.
   
  +To build mod_perl, you B<must> also use the same compiler that Perl
  +was built with. You can find that out by running C<perl -V> and
  +looking at the C<Compiler:> section.
  +
   Like any other Perl module, mod_perl is configured via the
   I<Makefile.PL> file, but requires one or more configuration options:
   
  
  
  

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

Reply via email to