> -----Original Message-----
> From: Stas Bekman [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 05, 2001 11:28 PM
> To: John Walker
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: Make test hangs on httpdconf
> 
> 
> On Mon, 5 Mar 2001, John Walker wrote:
> 
> > Apache 1.3.19 / Mod_perl-1.25 on Linux 2.2 (debian)
> >
[...]
> > tests stall at httpdconf. I'm baffeled by the errors logs. 
[...]
> 
> As explained at:
> http://perl.apache.org/guide/install.html#Built_Server_Testing
_make_test_

You should do:
  % cd mod_perl-1.25
  % make start_httpd
  % perl t/TEST -v modules/httpdconf
  % make kill_httpd

then you will see more verbose output.


Stas,
Actually, it seems I've screwed things up worse than that. I hadn't tried
this previously, but the test still hangs at this point. I have left it
going for 20 minutes before killing, just to be on the safe side. The above
suggestion produces the same results. I have included some listings on
ap_mmn.h and I also noted the output of netstat -aen seemed a bit odd to me.
Why is the server listening on 0.0.0.0 ? Is this normal? I also get some odd
results in ps... but that could be cause I never looked while testing
before... Please note that the test does not fail, it simply goes to the
httpdconf test and stalls or hangs. Sorry for the imprecise language. I must
cancel the command (with ^C) to get back to a shell prompt.

thanks a million (as usual <g>),
John

netstat output:
tcp        0      0 0.0.0.0:8529            0.0.0.0:*               LISTEN 

ps output:
john      7050  0.0  2.6  7876 6716 pts/0    S    07:29   0:00
../apache_1.3.19/src/httpd -f /usr/src/mod_perl-1.25/t/conf/htt
root      7059  0.0  1.5  5032 4036 pts/0    S    07:31   0:00 perl t/TEST
-v modules/httpdconf
root      7060  0.0  1.2  4260 3228 pts/0    S    07:31   0:00 perl -w
modules/httpdconf.t

ls -al `find / -name ap_mmn.h` 
(sorta)
-r--r--r--    1 root     root        13296 Jan 15 12:04
/usr/src/mod_perl-1.25/blib/arch/auto/Apache/include/include/ap_mmn.h
-rw-r--r--    1 1086     1086        13296 Jan 15 12:04
/usr/src/apache_1.3.19/src/include/ap_mmn.h

tail t/logs/error_log
Subroutine handler redefined at /usr/src/mod_perl-1.25/t//docs/stacked.pl
line 6.
Subroutine one redefined at /usr/src/mod_perl-1.25/t//docs/stacked.pl line
14.
Subroutine two redefined at /usr/src/mod_perl-1.25/t//docs/stacked.pl line
25.
Subroutine three redefined at /usr/src/mod_perl-1.25/t//docs/stacked.pl line
31.
Subroutine four redefined at /usr/src/mod_perl-1.25/t//docs/stacked.pl line
37.
[Tue Mar  6 07:29:59 2001] [warn] pid file
/usr/src/mod_perl-1.25/t/logs/httpd.pid overwritten -- Unclean shutdown of
previous Apache run?
Constant subroutine XHTML_DTD redefined at /usr/lib/perl5/5.005/constant.pm
line 175.
[notice] Destruction->DESTROY called for $global_object
[Tue Mar  6 07:30:00 2001] [warn] [notice] child_init for process 7050,
report any problems to [no address given]

Reply via email to