[Catalyst] WinXP + Catalyst 5.57 + Apache
Denis
denis at uzvik.kiev.ua
Sun Nov 27 19:19:51 CET 2005
Hi,
I meet such problem on installing Catalyst with apache
After adding support of mod_perl I added following lines to httpd.conf
<Perl>
use lib qw(c:/MyApp/lib/);
</Perl>
PerlModule MyApp
SetHandler perl-script
PerlHandler MyApp
When I start apache I get following error:
"Free to wrong pool 83f428 not 40c01bb during global destruction."
Any ideas how to fix it ?
More information about the Catalyst
mailing list