Hi,
I'm not sure if this is just a problem with my system, so
wanted to see if anyone else sees this problem. With ActivePerl
631 (perl-5.6.1), and (today's) mod_perl-2 cvs sources, 'nmake
test' crashes on me upon startup. This happens both with
apache-2.0.36:
=======================================================
C:\Perl\bin\perl.exe -Iblib\arch/Apache2 -Iblib\lib/Apache2 t/TEST
\Apache2/bin/Apache.exe -d C:/unzipped/MODPER~1.0/t
-f C:/unzipped/MODPER~1.0/t/conf/httpd.conf -DAPACHE2 -DPERL_USEITHREADS
using Apache/2.0.36 (winnt MPM)
[Tue May 21 22:18:51 2002] [info] 20 Apache:: modules loaded
[Tue May 21 22:18:51 2002] [info] 5 APR:: modules loaded
[Tue May 21 22:18:51 2002] [info] base server + 6 vhosts ready to run tests
[Tue May 21 22:18:53 2002] [info] 19 Apache:: modules loaded
[Tue May 21 22:18:53 2002] [info] 5 APR:: modules loaded
[Tue May 21 22:18:53 2002] [info] base server + 6 vhosts ready to run tests
END in modperl_extra.pl, pid=3828
waiting for server to start: giving up after 61 secs
*** cannot build c-modules without apxs
!!! server failed to start! (please examine C:t\logs\error_log)
=======================================================================
and with apache-2.0.37-dev (of a couple days ago):
=======================================================================
C:\Perl\bin\perl.exe -Iblib\arch/Apache2 -Iblib\lib/Apache2 t/TEST
\Apache2/bin/Apache.exe -d C:/unzipped/modperl-2.0/t
-f C:/unzipped/modperl-2.0/t/conf/httpd.conf -DAPACHE2 -DPERL_USEITHREADS
using Apache/2.0.37-dev (winnt MPM)
[Tue May 21 23:16:53 2002] [info] 20 Apache:: modules loaded
[Tue May 21 23:16:53 2002] [info] 5 APR:: modules loaded
[Tue May 21 23:16:53 2002] [info] base server + 6 vhosts ready to run tests
[Tue May 21 23:16:55 2002] [info] 19 Apache:: modules loaded
[Tue May 21 23:16:55 2002] [info] 5 APR:: modules loaded
[Tue May 21 23:16:55 2002] [info] base server + 6 vhosts ready to run tests
[Tue May 21 23:16:55 2002] [debug]
C:\unzipped\httpd-2.0\server\mpm\winnt\mpm_winnt.c(561):
Parent: Marked listeners as not inheritable.
END in modperl_extra.pl, pid=2168
waiting for server to start: giving up after 61 secs
*** cannot build c-modules without apxs
!!! server failed to start! (please examine C:t\logs\error_log)
=======================================================================
Nothing is in the error logs, and I built mod_perl as
perl Makefile.PL MP_AP_PREFIX=\Apache2 MP_INST_APACHE2=1
I'm not sure this is important, but the message above
referencing
C:\unzipped\httpd-2.0\server\mpm\winnt\mpm_winnt.c(561):
Parent: Marked listeners as not inheritable.
refers to the location of the httpd-2.0 sources I used
on my system, whereas I built things using
MP_AP_PREFIX=\Apache2
which is the location where things are installed. I didn't think,
doing it this way, it would care, or even know about, the source
location?
Another thing that may or may not be important - in
t/conf/httpd.conf there's a
LoadFile "C:\Perl\bin\perl56.dll"
which uses ActiveState's perl56.dll. This "should" be binary
compatible with Visual C++ 6 (SP5) which I'm using, but ....
If I go ahead and install things anyway, then Apache-2 starts and
works OK on a simple configuration of a simple Apache::Hello
handler and a ModPerl::Registry location, making me think it's a
problem with something in using the more extensive
t/conf/httpd.conf. However, before trying to debug this, I wanted
to see if anyone else has seen such problems?
best regards,
randy
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
|