in reply to mod_perl : Couldnt load Apache.pm

I don't know much about the topic at hand, so I don't know if this will help the problem you ask about, but Bundle::Apache2 is not meant to be used. It doesn't do anything. It's purpose is to simplify the installation of multiple modules.

I suspect you might be specifying the wrong module, loading Bundle::Apache2 where you should be loading a different one.

Replies are listed 'Best First'.
Re^2: mod_perl : Couldnt load Apache.pm
by vc_will_do (Sexton) on Aug 29, 2007 at 15:15 UTC
    When I use use Apache; or use Apache2;, Apache2 is NOT loaded. I couldn't find any Apache2.pm on CPAN :(

      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 ?