Joe Deal wrote:

sh-2.05b# make test MP_APXS=/usr/local/apache2/bin/apxs

...


[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_USEITHREADS
using Apache/2.0.55 (prefork MPM)

Looks like you're running 'make test' as root. That can cause the error you're seeing.
Try configure, make, make test as non-root user. Then install as root.

-Glenn

Reply via email to