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 st...@apache.org on 2002/04/21 07:00:09 UTC

cvs commit: modperl-docs/src/docs/1.0/guide troubleshooting.pod Changes.pod

stas        02/04/20 22:00:09

  Modified:    src/docs/1.0/guide troubleshooting.pod Changes.pod
  Log:
  clearify how to solve the segfault problem caused by built-in
      mysql support in mod_php (Paul Buder)
  
  Revision  Changes    Path
  1.9       +4 -3      modperl-docs/src/docs/1.0/guide/troubleshooting.pod
  
  Index: troubleshooting.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/troubleshooting.pod,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- troubleshooting.pod	6 Apr 2002 05:34:42 -0000	1.8
  +++ troubleshooting.pod	21 Apr 2002 05:00:09 -0000	1.9
  @@ -225,13 +225,14 @@
   
   =head2 "exit signal Segmentation fault (11)" with mysql
   
  -If you build mod_perl and php in the same binary, you might get
  +If you build mod_perl and mod_php in the same binary, you might get
   Segmentation fault followed by this error:
   
     exit signal Segmentation fault (11)
   
  -Solution: re-compile PHP without the built-in MySQL support (you can
  -still connect to MySQL).
  +The solution is not rely on PHP's built-in MySQL support, and instead
  +build it with your local MySQL support files, by adding
  +C<--with-mysql=/path/to/mysql> to your C<./configure> line.
   
   =head2 foo ... at /dev/null line 0
   
  
  
  
  1.14      +3 -0      modperl-docs/src/docs/1.0/guide/Changes.pod
  
  Index: Changes.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/Changes.pod,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Changes.pod	20 Apr 2002 06:36:02 -0000	1.13
  +++ Changes.pod	21 Apr 2002 05:00:09 -0000	1.14
  @@ -31,6 +31,9 @@
     o solution to the 'readdir()/opendir() not working' problem (Louis
       Semprini)
   
  +  o clearify how to solve the segfault problem caused by built-in
  +    mysql support in mod_php (Paul Buder)
  +
   * guide::modules
   
     o extend on Apache::Filter(Per Einar Ellefsen)
  
  
  

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