in reply to Can't locate loadable object for module Apache::Constants in @INC
Going from apache/mod_perl 1.x to apache2/mod_perl 2.x is no small endeavor and you need to do a lot more than change a few config options. All those Apache::Reload, Apache::ErrorReports, Apache::DBI, Apache::Sig and any Apache::XXX modules your homegrown ModPerl::XX modules use will need to be changed. Take half-a-day and read the porting guide.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't locate loadable object for module Apache::Constants in @INC ( Apache2::compat )
by Anonymous Monk on Jul 15, 2013 at 23:22 UTC | |
|
Re^2: Can't locate loadable object for module Apache::Constants in @INC
by shan_emails (Beadle) on Jul 16, 2013 at 13:59 UTC | |
by Anonymous Monk on Jul 16, 2013 at 14:07 UTC |