Thanks for the reply Fred. Today I upgraded from apache 2.0 to 2.2 and still are having the test errors. I will continue through and install without test to see what happens.

Any idea where I can find 2.0.5-dev?? Mike


----- Original Message ----- From: "Fred Moyer" <f...@redhotpenguin.com>
To: "Mike OK" <m...@acorg.com>
Cc: <modperl@perl.apache.org>
Sent: Monday, June 15, 2009 6:52 PM
Subject: Re: Problem installing mod_perl2 on Clarkconnect


On Mon, Jun 15, 2009 at 8:19 AM, Mike OK<m...@acorg.com> wrote:
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.

Pretty sure those are fixed in 2.0.5-dev

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.

You could try adding this after the LoadModule directive:

PerlModule Apache2::Const;
PerlChildInitHandler  sub { say("process $$ is born to serve"); return
Apache2::Const::OK }

or some variation on that, and you'll see a message in the log for
each mod_perl enabled child process that starts up




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





Reply via email to