On Sun, 19 Jan 2003, Nick Tonkin wrote: > On Mon, 20 Jan 2003, Stas Bekman wrote: ... > > nick@fatboy /tmp/build/modperl-2.0>sudo find / -name 'ThreadMutex.pm' -print > /home/tmp/build/modperl-2.0/WrapXS/APR/ThreadMutex/ThreadMutex.pm >
I'm also running on FreeBSD and I'm seeing the same problem. On my system I'm not getting a Makefile written in WrapXS/APR/ThreadMutex . So the module is not being copied over into the test environment. I'm not quite sure how to include this module in the make, I'm not even sure if I should be using it if I have threads disabled (which I do). > > > > error/push_handlers..........# Failed test 1 in error/push_handlers.t at > > > line 14 > > > error/push_handlers..........FAILED test 1 > > > Failed 1/1 tests, 0.00% okay > > [...] > > > [Sat Jan 18 21:23:27 2003] [error] [client 127.0.0.1] File does not > > exist: /home/tmp/build/modperl-2.0/t/htdocs/TestError::push_handlers > > > > This is a new test I've added recently, unrelated to the original problem. > > For some reason it wasn't auto-configured. Do you have a Location entry > > for TestError::push_handlers in t/conf/httpd.conf?i > > Yep: > > <Location /TestError::push_handlers> > SetHandler modperl > PerlResponseHandler TestError::push_handlers > </Location> > > > > Does it appear when you > > run t/TEST -conf? > > Nope: > > nick@fatboy /tmp/build/modperl-2.0>t/TEST -conf > *** cleaning out current configuration > *** reconfiguration done > > nick@fatboy /tmp/build/modperl-2.0>ll >/home/tmp/build/modperl-2.0/t/htdocs/TestError::push_handlers > ls: /home/tmp/build/modperl-2.0/t/htdocs/TestError::push_handlers: No such file or >directory I'm also seeing this test fail. The Location is in the httpd.conf file, but it's not picking it up for some reason. andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
