Re: Debugging seg faults in Apache mod_perl

2009-08-17 Thread James Smith
Phillipe, Thnx, that seems to have solved the problem - I'd been slurping in the page template file with a $/.. it also explains why switching from using perl-script to modperl as the handler type also resolved the issue... James On Tue, 18 Aug 2009, Philippe M. Chiasson wrote: On 17/08/0

Re: Debugging seg faults in Apache mod_perl

2009-08-17 Thread Philippe M. Chiasson
On 17/08/09 21:48 , Philippe M. Chiasson wrote: > On 17/08/09 19:54 , James Smith wrote: >> >> Futher to this I now have a stack trace if that helps anyone point me in >> the right direction: >> >> #0 0x7f17ee936fb1 in strncpy () from /lib/libc.so.6 >> #1 0x7f17e808ecfc in modperl_perl_gl

Re: Debugging seg faults in Apache mod_perl

2009-08-17 Thread Philippe M. Chiasson
On 17/08/09 19:54 , James Smith wrote: > > Futher to this I now have a stack trace if that helps anyone point me in > the right direction: > > #0 0x7f17ee936fb1 in strncpy () from /lib/libc.so.6 > #1 0x7f17e808ecfc in modperl_perl_global_request_save () from > /usr/lib/apache2/modules

Re: Debugging seg faults in Apache mod_perl

2009-08-17 Thread James Smith
Futher to this I now have a stack trace if that helps anyone point me in the right direction: #0 0x7f17ee936fb1 in strncpy () from /lib/libc.so.6 #1 0x7f17e808ecfc in modperl_perl_global_request_save () from /usr/lib/apache2/modules/mod_perl.so #2 0x7f17e807dabc in modperl_respo

RE: Configuring Apache for mod_perl

2009-08-17 Thread Lloyd Richardson
Looks to me like you are trying to load Apache2::Reload in your httpd.conf somewhere, and don't have it installed on the server. Probably not a module you want to be loading unless this is a development server... From: David Holder [mailto:david.hol...@gmail.com] Sent: Monday, August 17, 2009 5

Debugging seg faults in Apache mod_perl

2009-08-17 Thread James Smith
I have two handlers, one a response handler and a second an output filter. If either of these handlers run then they run fine for any number of requests, if I have both of these handlers I get an untraceable seg fault with the handlers, this segfault happens on the second request to that partic

Configuring Apache for mod_perl

2009-08-17 Thread David Holder
Hi Everyone, Can someone please tell me what configuration settings are required to get mod_perl working with apache2 on a Fedora Core installation please? I've added LoadModule perl_module modules/mod_perl.so to my httpd.conf but afterwards it won't run, following is logged: [Mon Aug 17 23

Re: Apache::ExtUtils and Slash

2009-08-17 Thread Perrin Harkins
On Mon, Aug 17, 2009 at 7:10 AM, Svip wrote: > I am trying to install Slash (the same software that runs > Slashdot.org), which is written in Perl and uses mod_perl for its > integration with Apache. > > Unfortunately, it uses a module called "Apache::ExtUtils", and after > some research, I have di

Apache::ExtUtils and Slash

2009-08-17 Thread Svip
I am trying to install Slash (the same software that runs Slashdot.org), which is written in Perl and uses mod_perl for its integration with Apache. Unfortunately, it uses a module called "Apache::ExtUtils", and after some research, I have discovered that this is only available for mod_perl 1.x, b