John Saylor wrote:
hi

( 03.12.11 11:19 -0800 ) Stas Bekman:

try adding
<Perl>
$INC{"My.pm"} = __FILE__;
</Perl>

just before:
PerlChildInitHandler My::child_init



i did it and it's about the same. here's the error log:

OK, how about:


<Perl>
$INC{"My.pm"} = __FILE__;
$INC{"My/child_init.pm"} = __FILE__;
</Perl>

i appreciate all your help so far [even though it seems the problem
hasn't been advanced too much].

If I could reproduce it, I'd be much more helpful, but it works fine for me.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to