Hello,
I am having trouble with an installation of mod_perl.
Perl version is 5.8.0 Apache 1.3.31 mod_perl 1.28
Error is when I am running make test, the following occurs - ======================= httpd listening on port 8529 will write error_log to: t/logs/error_log letting apache warm up...\c done /usr/bin/perl t/TEST 0 still waiting for server to warm up...............not ok server failed to start! (please examine t/logs/error_log) at t/TEST line 95. make: *** [run_tests] Error 255
======================= The following is in the error log:
[Tue Jul 27 10:39:42 2004] [error] [client 127.0.0.1] (13)Permission denied: access to /test.html failed because search permissions are missing on a component of the path =======================
Probably move the whole thing into a different location, like /tmp and try again. It's not an installation problem, but the 'make test' one - you probably try to run it off /root, which won't work since Apache runs as a different user (e.g. nobody).
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html