
mike at acorg
Jun 15, 2009, 8:19 AM
Views: 396
Permalink
|
|
Problem installing mod_perl2 on Clarkconnect
|
|
Hi I am experiencing some trouble getting mod_perl installed using cpan. After much research online, I have found a bug report that seems to match with the following output generated after a test. Test Summary Report ------------------- t/hooks/authen_basic.t (Wstat: 0 Tests: 4 Failed: 1) Failed test: 4 t/hooks/authz.t (Wstat: 0 Tests: 4 Failed: 1) Failed test: 4 Files=238, Tests=2557, 193 wallclock secs ( 3.25 usr 0.91 sys + 151.19 cusr 26.60 csys = 181.95 CPU) Result: FAIL Failed 2/238 test programs. 2/2557 subtests failed. [warning] server localhost.localdomain:8529 shutdown [ error] error running tests (please examine t/logs/error_log) +--------------------------------------------------------+ | Please file a bug report: http://perl.apache.org/bugs/ | +--------------------------------------------------------+ make: *** [run_tests] Error 1 GOZER/mod_perl-2.0.4.tar.gz /usr/bin/make test -- NOT OK I ignored the error and forced an install as root anyway and my machine says mod_perl2 is up to date. When I restart apache, I get no mod_perl enabled message in error_log. I have include the loadmodule line inside of httpd.conf. LoadModule perl_module modules/mod_perl.so /httpd/logs/error_log [Sun Jun 14 22:43:41 2009] [notice] Apache configured -- resuming normal operations [Mon Jun 15 00:12:24 2009] [notice] caught SIGTERM, shutting down [Mon Jun 15 00:12:24 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Mon Jun 15 00:12:24 2009] [notice] Digest: generating secret for digest authentication ... [Mon Jun 15 00:12:24 2009] [notice] Digest: done [Mon Jun 15 00:12:24 2009] [notice] LDAP: Built with OpenLDAP LDAP SDK [Mon Jun 15 00:12:24 2009] [notice] LDAP: SSL support unavailable [Mon Jun 15 00:12:24 2009] [notice] Apache configured -- resuming normal operations Any help would be greatly appreciated Thanks Mike
|