Jie Gao wrote:

>On Tue, 21 May 2002, m31 wrote:
>
>>I'm sorry (i wass in a rush), the errors come up when I run make test,
>>the `perl Makefile.pl` works fine. (on OSX 10.1.4 (Darwin 5.4),
>>Perl/5.6.0, mod_perl/1.25, apache/1.3.23)
>>
>>$ make test
>>...some more stuff....
>>........
>>/usr/bin/perl t/TEST 0
>>Can't locate object method "new" via package "URI::URL" at
>>../blib/lib/Apache/test.pm line 252.
>>make: *** [run_tests] Error 255
>>
>
>http://groups.yahoo.com/group/modperl/message/42895
>
>
>
>
>Jie
>
>
Thankx, I added use URI::URL and I get past that but now it tells me:

/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t &
zsh: no such file or directory: /httpd
httpd listening on port 8529
will write error_log to: t/logs/error_log
letting apache warm up...\c
done
/usr/bin/perl t/TEST 0
still waiting for server to warm up...............not ok
server failed to start! (please examine t/logs/error_log) at t/TEST line 95.
make: *** [run_tests] Error 22

I check t/log/.. and there's nothing in there, I have a full working 
vers of apache running, so I'm asuming its trying to make a fake request 
for testing. Any ideas?


Reply via email to