Hi, my server is running Apache 2.0.54 and MP 2.0.2. I'm trying to become familiar with the environment, but I get the impression most CPAN modules really want to run under Apache 1.X.
In particular, I installed Apache::SessionManager, but can't get Apache to restart when I add the config lines PerlModule Apache::SessionManager PerlTransHandler Apache::SessionManager I get the error "Can't locate Apache/Const.pm " when Apache tries to load SessionManager. I know that the SessionManager module is requiring modules like Apache::Const, Apache::RequestRec, Apache::SubRequest, etc. which all exist on my system as Apache2::*. I've tried using those but I get another set of errors. I'm not confident of my ability to rewrite this module to get it working. So I'm wondering in general, should I downgrade to Apache/mod_perl version 1 if I want to use CPAN modules? Or is MP2 really becoming the preferred environment? Thanks, Dan