Dimitrios Perperidis wrote:
> Hi,
> 
> I have installed mod_perl-2.0.0-RC3 using:
> 1) perl Makefile.PL MP_INST_APACHE2=1
> MP_APXS=/usr/local/apache2/bin/apxs and then,
> 2) make.
> 
> I get not errors in these two first steps. Then, when I try
> make test I get the following error:

> [warning] root mode: changing the files ownership to 'nobody' (65534:65534)
> I am not sure, what this error is. As I understand it can not find the
> files. However, both modperl_startup.pl  and ExtUtils/Liblist/Kid.pm
> exist in my directories. Could anyone provide me with some help?

a permission problem?  the webserver is running as nobody, not as the root
user you are (improperly) trying to run the tests as.  a simple test would
be to see if this succeeds or fails

  $ perl -MExtUtils::Liblist::Kid -e0

if that works for you as root but not as nobody that's probably the problem :)

you might try to nuke your build directory then re-unpack RC3, run 'perl
Makefile.PL...', 'make', and 'make test' as a non-root user and see if that
clears things up.

HTH

--Geoff

Reply via email to