Joe Orton wrote:
I can try and debug this, I've found a NetBSD machine and reproduced the
failure.  ./t/TEST -start-httpd doesn't work from the mod_perl test
suite, is there a way to get that working?

bash-2.05b$ ./t/TEST -start-httpd
/tmp/jorton12/root/bin/httpd -d /tmp/jorton12/mod_perl-1.99_16/t -f /tmp/jorton12/mod_perl-1.99_16/t/conf/httpd.conf -D APACHE2
using Apache/2.0.51-dev (prefork MPM)
waiting 120 seconds for server to start: .[Tue Sep 14 15:53:52 2004] [info] 27 Apache:: modules loaded
[Tue Sep 14 15:53:52 2004] [info] 7 APR:: modules loaded
[Tue Sep 14 15:53:52 2004] [info] base server + 20 vhosts ready to run tests
[Tue Sep 14 15:53:53 2004] [error] Can't locate ApacheTest/PerlModuleTest.pm in @INC (@INC contains: /tmp/jorton12/mod_perl-1.99_16/t/lib /tmp/jorton12/mod_perl-1.99_16/Apache-Test/lib
It should be here:               ^^^^^^^^^^^^^^^

[Tue Sep 14 15:53:53 2004] [error] Can't load Perl module ApacheTest::PerlModuleTest for server localhost:8549, exiting...

You probably have a problem with a low limit on the number of files that can be opened by a single process
http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#Can_t_locate_F_TestFilter_in_str_consume_pm__in_C__INC____


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