in reply to Re: Apache::DBI "cannot find apache.pm" failure - Should I upgrade from mod_perl 1.0 to 2.0? and if so, how?
in thread Apache::DBI "cannot find apache.pm" failure - Should I upgrade from mod_perl 1.0 to 2.0? and if so, how?

I didn't, because the 'here is your first startup.pl' didn't have it in, it just says to uncomment the connect_on_init line.

Having done so, (use Apache;) I get a 'not found in @INC' error. am I missing an install? what would the bundle name be on CPAN?
  • Comment on Re^2: Apache::DBI "cannot find apache.pm" failure - Should I upgrade from mod_perl 1.0 to 2.0? and if so, how?

Replies are listed 'Best First'.
Re^3: Apache::DBI "cannot find apache.pm" failure - Should I upgrade from mod_perl 1.0 to 2.0? and if so, how?
by moritz (Cardinal) on Feb 17, 2009 at 15:07 UTC
    I'm using Debian Linux, and on my system Apache.pm comes bundled with libapache-mod-perl. Maybe you can also find it in the Apache packages somewhere?
      Hm, I can't find anything.

      Is there an easy answer to "how can I get Apache.pm working on my server?" is there an install? I apologize for my low level of knowledge with this, but I really am up against the wall here, I can't figure out what to fix here.

        Apache.pm gets installed when you install mod_perl.