in reply to Re: ApacheHandler Tries to Access Missing Apache::Constants Module
in thread ApacheHandler Tries to Access Missing Apache::Constants Module

Hmm... now it becomes stranger...

I was mistaken about my being mistaken. When I look inside PPM on my box, I realize that I *did* install mod_perl-2.2

It's now the problem where the Apache::Constants module seems to be missing...

Any suggestions?

Where do you want *them* to go today?
  • Comment on Re^2: ApacheHandler Tries to Access Missing Apache::Constants Module

Replies are listed 'Best First'.
Re^3: ApacheHandler Tries to Access Missing Apache::Constants Module
by perrin (Chancellor) on Nov 02, 2006 at 21:26 UTC
    Maybe you have an old version of Mason there? Newere ones should realize that mod_perl 2 is installed and look for Apache2::Const.

      Yup, that was it. I originally installed HTML::Mason via ActiveState PPM repository, which only had Mason v1.25. I have since removed this outdated version, and installed using the theoryx5.uwinnipeg.ca repository, which has the most current (and correct) version 1.35.

      Thanks!

      Where do you want *them* to go today?