Dear mod_perl community,

As promised, I grabbed a snapshot of CVS and attempted to build that.  It
behaved identically to 1.99_12 - the server is running but the test
scripts fail to connect (as shown below.)  If I run the server on the
same port (8529), I can connect fine, so the problem isn't network or
server alone.

Randy Kobes <[EMAIL PROTECTED]> wrote at Thu, 4 Mar
2004 22:42:50 -0600

>Is there anything in the mod_perl t/logs/ error log that's
>relevant? In particular, is there any suggestions about
>raising some Apache configuration limits?

Unfortunately, the t/logs/error_log file is never created (see below.)

I've got a work around for mod_perl for now, so no crisis here.  I
therefore toss the problem back to you all for pondering at your leisure
(assuming leisure is a meaningful concept anymore! :-)

Thanks all for everything!

Peace, Edouard :-)

-----------------------------------------------------------------------
perl Makefile.PL MP_INST_APACHE2=1 MP_APXS=/usr/local/apache2/bin/apxs
MP_APR_CONFIG=/usr/local/apache2/bin/apr-config
Reading Makefile.PL args from @ARGV
   MP_INST_APACHE2 = 1
   MP_APXS = /usr/local/apache2/bin/apxs
   MP_APR_CONFIG = /usr/local/apache2/bin/apr-config
Configuring Apache/2.0.48 mod_perl/1.99_13-dev Perl/v5.8.3
                .
                .
                .
t/TEST -clean
APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= APACHE_TEST_USER=
APACHE_TEST_APXS= \
/usr/bin/perl -Iblib/arch/Apache2 -Iblib/lib/Apache2 \
t/TEST -bugreport -verbose=0 
/usr/local/apache2/bin/httpd -d /usr/local/src/mod_perl_CVS/modperl-2.0/t
-f /usr/local/src/mod_perl_CVS/modperl-2.0/t/conf/httpd.conf -D APACHE2 -
D PERL_USEITHREADS
using Apache/2.0.48 (prefork MPM)

waiting 300 seconds for server to start:
.....................................
.....................................
.....................................
.....................................
.....................................
................................................
waiting 300 seconds for server to start: giving up after 308 secs
[  error] server failed to start! (t/logs/error_log wasn't created, start
the server in the debug mode)
+--------------------------------------------------------+
| Please file a bug report: http://perl.apache.org/bugs/ |
+--------------------------------------------------------+
make: *** [run_tests] Error 1
canebas.org [825]% t/TEST -ping
[warning] no server is running on localhost:8529
canebas.org [826]% ps ax | grep httpd
 6716 pts/9    S      0:00 /usr/local/apache2/bin/httpd -d /usr/local/
src/mod_perl_CVS/modperl-2.0/t -f /usr/local/src/mod_perl_CVS/modperl-
2.0/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADS
-----------------------------------------------------------------------

--------------------------
Edouard Lagache, Sysadmin
canebas.org
[EMAIL PROTECTED]
29 Altamount Drive
Orinda, CA, 94563


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to