in reply to Re: mod_perl : Couldnt load Apache.pm
in thread mod_perl : Couldnt load Apache.pm

When I use use Apache; or use Apache2;, Apache2 is NOT loaded. I couldn't find any Apache2.pm on CPAN :(

Replies are listed 'Best First'.
Re^3: mod_perl : Couldnt load Apache.pm
by chargrill (Parson) on Aug 29, 2007 at 16:07 UTC

    The installation of mod_perl is a bit involved - you'll have to go to the mod_perl website in order to get the code and the instructions to install it.


    --chargrill
    s**lil*; $*=join'',sort split q**; s;.*;grr; &&s+(.(.)).+$2$1+; $; = qq-$_-;s,.*,ahc,;$,.=chop for split q,,,reverse;print for($,,$;,$*,$/)

      my httpd -l returns as follows.

      % httpd -l Compiled in modules: core.c prefork.c http_core.c mod_so.c
      How to compile modperl in? Do I need to re-compile apache ?