[EMAIL PROTECTED] wrote on 13.09.2004 11:14:21: > Stas Bekman <[EMAIL PROTECTED]> wrote on 11.09.2004 04:46:43: > > > Sorry, it was a different problem. This should fix it. Will commit that > > shortly. > > > > Index: t/apr-ext/threadmutex.t > > =================================================================== > > RCS file: /home/cvs/modperl-2.0/t/apr-ext/threadmutex.t,v > > retrieving revision 1.1 > > diff -u -r1.1 threadmutex.t > > --- t/apr-ext/threadmutex.t 15 Jul 2004 15:30:24 -0000 1.1 > > +++ t/apr-ext/threadmutex.t 11 Sep 2004 00:45:41 -0000 > > @@ -4,6 +4,6 @@ > > > > use TestAPRlib::threadmutex; > > > > -plan tests => TestAPRlib::threadmutex::num_of_tests(); > > +plan tests => TestAPRlib::threadmutex::num_of_tests(), need_threads; > > > > TestAPRlib::threadmutex::test(); > > > > tested this with mod perl 1.99_16. All tests successfull ! > > I only had to increase APACHE_TEST_STARTUP_TIMEOUT in order to run > ModPerl-Registry tests. On my machine we had to wait for 267 seconds for
> apache to start in ModPerl-Registry tests. > > Thanks a lot. > > --Mikhail but make install for modperl-1.99_16 fails with the following: /usr/pkg/bin/perl -Iblib/lib/Apache2 -I/usr/home/mgorb/mp-test/mod_perl-1.99_16/Apache-Test/lib -MModPerl::BuildMM -e ModPerl::BuildMM::glue_pod WrapXS/APR/ThreadMutex/ThreadMutex.pm /usr/home/mgorb/mp-test/mod_perl-1.99_16/docs/api/APR/ThreadMutex.pod blib/lib/Apache2/APR/ThreadMutex.pm glue_pod: can't find blib/lib/Apache2/APR/ThreadMutex.pm at blib/lib/Apache2/ModPerl/BuildMM.pm line 275. *** Error code 2 for CVS result is the same: /usr/pkg/bin/perl -Iblib/lib/Apache2 -I/usr/home/mgorb/mp-test/modperl-2.0/Apache-Test/lib -MModPerl::BuildMM -e ModPerl::BuildMM::glue_pod WrapXS/APR/ThreadMutex/ThreadMutex.pm /usr/home/mgorb/mp-test/modperl-2.0/docs/api/APR/ThreadMutex.pod blib/lib/Apache2/APR/ThreadMutex.pm glue_pod: can't find blib/lib/Apache2/APR/ThreadMutex.pm at blib/lib/Apache2/ModPerl/BuildMM.pm line 279. *** Error code 2 -- 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
