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

You can find plenty of Win32 packages on the mod_perl site.
  • Comment on Re: ApacheHandler Tries to Access Missing Apache::Constants Module

Replies are listed 'Best First'.
Re^2: ApacheHandler Tries to Access Missing Apache::Constants Module
by thezip (Vicar) on Nov 02, 2006 at 21:06 UTC

    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?
      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?