Actually someone sent me an off list message saying they had the same
problem after installing
the latest MP upgrade.
If it is "some old junk" left in the @INC how would I go about
correcting it?
If I'm not mistaken Apache2::Reload is a part of the MP2 install, so I
can't
just reinstall Apache2::Reload.
Boysenberry
boysenberrys.com | habitatlife.com | selfgnosis.com
On Oct 31, 2005, at 2:56 PM, Perrin Harkins wrote:
On Mon, 2005-10-31 at 14:44 -0600, Boysenberry Payne wrote:
Should I just edit out the line in Apache2::Reload that checks for
MP2?
The fact that you're having this problem and no one else is reporting
it
probably means that something is wrong with your system, not with
Apache2::Reload. If possible, try it on another system. It seems
likely that you are either running a different version of Reload than
you think you are, or else have some old junk left in your @INC from a
previous installation of mod_perl.
In short, editing that line is unlikely to fix the real problem here.
- Perrin