Joe Deal wrote:
sh-2.05b# make test MP_APXS=/usr/local/apache2/bin/apxs
...
Looks like you're running 'make test' as root. That can cause the error you're seeing.[warning] result: OK [warning] the client side drops 'root' permissions and becomes 'nobody'/usr/local/apache2/bin/httpd -d /tmp/mod_perl-2.0.2/t -f /tmp/mod_perl-2.0.2/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADSusing Apache/2.0.55 (prefork MPM)
Try configure, make, make test as non-root user. Then install as root. -Glenn