theirpuppet has asked for the wisdom of the Perl Monks concerning the following question:
The relevant code in startup.pl is:
unless ($INC{'Apache.pm'} =~ /blib/) { die "Wrong Apache.pm loaded: $INC{'Apache.pm'}"; }
I went into the mod_perl/Apache source, found a pm_to_blib which gave:
make: `pm_to_blib' is up to date.
Nothing about installing in there. What do I need to do? Apache et al is up-to-date according to CPAN, but it's just not in a blib directory. ???????
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Wrong Apache.pm loaded
by cees (Curate) on Jul 07, 2003 at 04:52 UTC | |
|
Re: Wrong Apache.pm loaded
by chromatic (Archbishop) on Jul 07, 2003 at 00:22 UTC | |
by theirpuppet (Sexton) on Jul 07, 2003 at 00:34 UTC | |
|
Re: Wrong Apache.pm loaded
by theirpuppet (Sexton) on Jul 06, 2003 at 23:54 UTC |