Edouard Lagache wrote:
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.

What server do you run on the same port?


Other things to try:

1) try to run just the registry test suite

cd ModPerl-Registry
make test

2) strace the processes and see what they are doing. Try starting it in a single server mode:

strace /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 \
-DAPACHE2 -DPERL_USEITHREADS -DONE_PROCESS -DNO_DETATCH

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
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