I'm installing mod_perl for the 3rd time using pretty much the same config
(machine, OS etc) as before but this time around I'm getting a lot of
strange errors when I run "make test".

Here is a bug report:

http://tagteam.prevare.com/mp2bug.txt


Here is the Error Log

http://tagteam.prevare.com/mp2error.txt

Here is a "perl -V"

http://tagteam.prevare.com/perlver.txt

At first I was getting a host of those errors that were "Cannot Locate
TeshHooks/init... , echo etc". I edited t/hooks/TestHooks/init.pm and added:

    PerlModule  TestHooks::init
    PerlModule  TestProtocol::echo
    PerlModule  TestProtocol::echo_filter

(Why almost all the "init.pm" errors went away but the one that is showing
up is beyond me, the init.pm and protocol modules are within @INCs)

As I saw in some other posts, after doing that those errors went away and I
was left with what is in the logs above.

I also saw some posts where there could be some permissions issues so I
killed the whole directory, extracted it all again as a normal user, made
the edits to init.pm, su'ed to root and tryed to install again - I got the
same results.

RH Linux 8
Apache 2.0.44
mod_perl 1.99.08
Perl 5.8.0
Building Via:
perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 \ MP_INST_APACHE2=1

Any ideas?

Thanks
-Chris





Reply via email to