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
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
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/