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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]