Re: Segfaults with mod_php + mod_perl + mysql + mysqli

2004-11-17 Thread Tom Schindl
Sönke Ruempler wrote: Stas Bekman wrote on Tuesday, November 16, 2004 10:03 PM: Right. It's documented here: http://perl.apache.org/docs/1.0/guide/troubleshooting.html#_ex it_signal_Segmentation_fault__11___with_mysql I use PHP 5.0. There is no bundled mysql library with PHP anymore. I use

RE: Segfaults with mod_php + mod_perl + mysql + mysqli

2004-11-17 Thread Sönke Ruempler
Stas Bekman wrote on Tuesday, November 16, 2004 10:03 PM: > Right. It's documented here: > http://perl.apache.org/docs/1.0/guide/troubleshooting.html#_ex > it_signal_Segmentation_fault__11___with_mysql I use PHP 5.0. There is no bundled mysql library with PHP anymore. I use MySQL 4.1.7. But it se

Re: Segfaults with mod_php + mod_perl + mysql + mysqli

2004-11-16 Thread Stas Bekman
jonathan vanasco wrote: [...] Because I upgraded my MySQL server to 4.1.7, I tried to compile my mod_php with mysql + mysqli support. After some problems with double "-lmysqlclient" in Makefile (found solution in bugs.php.net), the new mod_php compiled. But after testing it with Apache, The webs

Re: Segfaults with mod_php + mod_perl + mysql + mysqli

2004-11-16 Thread jonathan vanasco
On Nov 16, 2004, at 3:58 AM, Sönke Ruempler wrote: Hi, I asked the php-install and php-dev lists before - they didn't answer. I dunno if it's PHP and/or Perl related - so before I open a PHP Bug Report, maybe here someone has an idea: << Hi, Because I upgraded my MySQL server to 4.1.7, I tried to

Re: Segfaults with some modules, positional dependent

2004-05-20 Thread Stas Bekman
[Chris, please keep the thread on the list. Thanks] Christopher P. Lindsey wrote: [Thu May 20 03:19:31 2004] [notice] child pid 10522 exit signal Segmentation fault (11) You need to show us the core backtrace. And may be rebuild your mod_perl and/or perl with debug enabled before that. You also

Re: Segfaults with some modules, positional dependent

2004-05-20 Thread Stas Bekman
Christopher P. Lindsey wrote: I'm having a weird problem with certain modules causing perl scripts to segfault. The errors in the log are like [Thu May 20 03:19:31 2004] [notice] child pid 10522 exit signal Segmentation fault (11) You need to show us the core backtrace. And may be rebuild you

Re: Segfaults

2004-04-24 Thread Beau E. Cox
On Saturday 24 April 2004 02:00 am, Gerald Richter wrote: > Perrin Harkins wrote: > > On Fri, 2004-04-23 at 18:21, Beau E. Cox wrote: > >> 1) are core dumps automatically generated by seqfaults? If not, > >> how do I have Apache generate them? > > > > Sounds like you're looking for this: > > http:/

Re: Segfaults

2004-04-24 Thread Gerald Richter
Perrin Harkins wrote: > On Fri, 2004-04-23 at 18:21, Beau E. Cox wrote: >> 1) are core dumps automatically generated by seqfaults? If not, >> how do I have Apache generate them? > > Sounds like you're looking for this: > http://perl.apache.org/docs/2.0/user/help/help.html#Resolving_Segmentation_Fau

Re: Segfaults

2004-04-23 Thread Perrin Harkins
On Fri, 2004-04-23 at 18:21, Beau E. Cox wrote: > 1) are core dumps automatically generated by seqfaults? If not, > how do I have Apache generate them? Sounds like you're looking for this: http://perl.apache.org/docs/2.0/user/help/help.html#Resolving_Segmentation_Faults - Perrin -- Report prob