Hello,
I'm having trouble succesfully testing mod_perl in HP-UX 11 with Apache 1.3.14. Tried
both Perl
5.6.0 and 5.005_03.
In modules/httpdconf the script waits forever. That is until I hit enter twice that I
get:
FAILED before any test output arrived
In modules/psections the same thing happens with the output:
FAILED test 1
Failed 1/2 tests, 50.00% okay
All remaining test execute successfully. Following is the output of error_log
Server is not starting !?
Subroutine main::pid redefined at /export/samba/mod_perl-1.24_01/t//docs/startup.pl
line 103.
Subroutine main::access redefined at /export/samba/mod_perl-1.24_01/t//docs/startup.pl
line 104.
Subroutine Outside::code redefined at
/export/samba/mod_perl-1.24_01/t//docs/startup.pl line 108.
Subroutine PerlTransHandler::handler redefined at
/export/samba/mod_perl-1.24_01/t//docs/startup.pl
line 114.
Subroutine MyClass::method redefined at
/export/samba/mod_perl-1.24_01/t//docs/startup.pl line 121.
Subroutine BaseClass::handler redefined at
/export/samba/mod_perl-1.24_01/t//docs/startup.pl line
127.
Subroutine My::child_init redefined at
/export/samba/mod_perl-1.24_01/t//docs/startup.pl line 145.
Subroutine My::child_exit redefined at
/export/samba/mod_perl-1.24_01/t//docs/startup.pl line 155.
Subroutine My::restart redefined at /export/samba/mod_perl-1.24_01/t//docs/startup.pl
line 159.
Subroutine Apache::AuthenTest::handler redefined at
/export/samba/mod_perl-1.24_01/t//docs/startup.pl line 167.
Subroutine My::DirIndex::handler redefined at
/export/samba/mod_perl-1.24_01/t//docs/startup.pl line
189.
Subroutine My::ProxyTest::handler redefined at
/export/samba/mod_perl-1.24_01/t//docs/startup.pl
line 207.
Subroutine handler redefined at /export/samba/mod_perl-1.24_01/t//docs/startup.pl line
241.
Subroutine new redefined at /export/samba/mod_perl-1.24_01/t//docs/startup.pl line 263.
Subroutine DESTROY redefined at /export/samba/mod_perl-1.24_01/t//docs/startup.pl line
265.
[notice] Destruction->DESTROY called for $global_object
Subroutine handler redefined at /export/samba/mod_perl-1.24_01/t//docs/stacked.pl line
6.
Subroutine one redefined at /export/samba/mod_perl-1.24_01/t//docs/stacked.pl line 14.
Subroutine two redefined at /export/samba/mod_perl-1.24_01/t//docs/stacked.pl line 25.
Subroutine three redefined at /export/samba/mod_perl-1.24_01/t//docs/stacked.pl line
31.
Subroutine four redefined at /export/samba/mod_perl-1.24_01/t//docs/stacked.pl line 37.
[Sun Jan 21 15:33:27 2001] [warn] pid file
/export/samba/mod_perl-1.24_01/t/logs/httpd.pid
overwritten -- Unclean shutdown of previous Apache run?
Constant subroutine XHTML_DTD redefined at /opt/perl5/lib/5.00503/constant.pm line 175.
[notice] Destruction->DESTROY called for $global_object
[Sun Jan 21 15:33:29 2001] [warn] [notice] child_init for process 10785, report any
problems to [no
address given]
[Sun Jan 21 15:33:43 2001] [warn] [client 127.0.0.1] log __ANON__ OK
Subroutine exit redefined at (eval 186) line 1
*** The following [error] is expected, no cause for alarm ***
[Sun Jan 21 15:34:35 2001] [error] Missing right bracket at
/export/samba/mod_perl-1.24_01/t/docs/badsyntax.pl line 9, at end of line
syntax error at /export/samba/mod_perl-1.24_01/t/docs/badsyntax.pl line 9, at EOF
*** The following [error] is expected, no cause for alarm ***
[Sun Jan 21 15:34:35 2001] [error] Apache::Death at /dev/null line 0
*** The following [error] is expected, no cause for alarm ***
[Sun Jan 21 15:34:35 2001] [error] Missing right bracket at
/export/samba/mod_perl-1.24_01/t/docs/badsyntax.pl line 9, at end of line
syntax error at /export/samba/mod_perl-1.24_01/t/docs/badsyntax.pl line 9, at EOF
*** The following [error] is expected, no cause for alarm ***
[Sun Jan 21 15:34:35 2001] [error] Apache::Death at /dev/null line 0
print on closed filehandle Apache::ROOT::perl::hooks_2epl::FH at
/export/samba/mod_perl-1.24_01/t/net/perl/hooks.pl line 15, <fh00001b> chunk 1.
print on closed filehandle Apache::ROOT::perl::hooks_2epl::FH at
/export/samba/mod_perl-1.24_01/t/net/perl/hooks.pl line 26, <fh00001b> chunk 1.
[Sun Jan 21 15:34:38 2001] [error] can't open
/export/samba/mod_perl-1.24_01/t/docs/.htaccess at
/export/samba/mod_perl-1.24_01/t/net/perl/hooks.pl line 51, <fh00001b> chunk 1.
[notice] child process 10785 terminating
[notice] push'd PerlChildExitHandler called, pid=10785
[notice] push'd PerlChildExitHandler called, pid=10785
[notice] push'd PerlChildExitHandler called, pid=10785
[notice] END block called for startup.pl
[notice] Destruction->DESTROY called for $global_object
I understand that ideally I should get no errors, but how will this failures affect
Apache's
operation??
I'll apreciate your help.
Thank you
Mario