No dev snapshot's any more??

2012-02-20 Thread Marco Walther
Hi, does anybody know where the SVN snapshots went? http://perl.apache.org/download/source.html says they should be @ http://svn.apache.org/snapshots/modperl-2.0/ and I got them there before. But now that server does not know anything about the /snapshots structure any more?? Is there a new p

Re: mod_perl causing Apache Segmentation fault

2012-02-20 Thread Dave Hodgkinson
So duplicating a path in -I and "use lib" casues a dump? Smells like a bug to me. On 20 Feb 2012, at 14:25, Mauritz Hansen wrote: > Hi Dave, > > Thanks for this pointer. Got it fixed in the end by changing a part of my > Apache configuration from > > PerlSwitches -I/srv/www/example.com/applic

Re: mod_perl causing Apache Segmentation fault

2012-02-20 Thread Mauritz Hansen
Hi Dave, Thanks for this pointer. Got it fixed in the end by changing a part of my Apache configuration from PerlSwitches -I/srv/www/example.com/application/lib/ use lib qw( /srv/www/example.com/application/lib/ ); PerlModule application to use lib qw( /srv/www/example.com/application/