You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by ra...@apache.org on 2004/06/11 05:51:55 UTC

cvs commit: modperl-docs/src/docs/general/os/win32 faq.pod

randyk      2004/06/10 20:51:55

  Modified:    src/docs/general/os/win32 faq.pod
  Log:
  Add an item about a missing entry point in mod_perl.so when starting Apache.
  
  Revision  Changes    Path
  1.14      +23 -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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- faq.pod	3 Mar 2004 03:58:18 -0000	1.13
  +++ faq.pod	11 Jun 2004 03:51:55 -0000	1.14
  @@ -213,6 +213,29 @@
   L<accessing mod_perl 2
   modules|docs::2.0::user::config::config/Accessing_the_mod_perl_2_0_Modules>.
   
  +=head2 When starting Apache, an error concerning a missing entry point in mod_perl.so appears.
  +
  +This might be due to an incompatibility between the installed mod_perl
  +files in the Perl tree and the mod_perl.so library within the Apache
  +(or Apache2) modules directory. If you're installing mod_perl via ppm, first 
  +try removing mod_perl (or mod_perl-dev, if you're using the 
  +development version):
  +
  +  ppm> remove mod_perl
  +
  +Next, remove (or move to another location) the mod_perl.so
  +library under the Apache (or Apache2) modules directory:
  +
  +  C:\> del Apache2\modules\mod_perl.so
  +
  +(assuming F<C:\Apache2> is your top-level Apache2 directory).
  +You may have to stop Apache to be able to do this. Then install 
  +mod_perl via ppm:
  +
  +  ppm> install mod_perl
  +
  +and ensure that the post-install script successfully fetches
  +and installs F<mod_perl.so>.
   
   =head2 I get a "Can't locate object method ..." error.
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org