On Tue, 9 May 2000, Tom Roche wrote:
 
> despite the fact that Symbol.pm is in
> c:/Perls/ActivePerl522/site/lib/Apache, which is in @INC. Which returns
> me to the original problem:

ok, most Apache:: modules that have xs code need to run inside httpd to
work properly.  you'll notice that most have this line:
__PACKAGE__->mod_perl::boot($VERSION);

mod_perl::boot will not try to bootstrap the xs code unless you're running
inside httpd, so everybody is happy.  Apache::Symbol and Apache::Leak are
the two exceptions, they should run outside of httpd.  however, i'm
guessing your ActivePerl was not able to build Apache::Symbol for some
reason.  ActivePerl isn't happy with mod_perl at all last i checked.


Reply via email to