On Fri, 7 Jun 2003, K Old wrote: > On Fri, 2003-06-06 at 20:07, Stas Bekman wrote: > > [ CC'ing the apreq-dev list. In the future please post apreq > > build problems questions to the apreq-dev list: > > http://httpd.apache.org/apreq/ ] > > > > K Old, please try the httpd-apreq cvs version: [ .. ] > Stas, thanks for your reply. I downloaded the CVS source and it still > failed all tests. Below is the output from make test and the output > from perl -V. Any help is appreciated! > > Output from 'make test' [ .. ] > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > apreq/big_input.t 21 21 100.00% 1-21 > apreq/cookie.t 1 1 100.00% 1 > apreq/inherit.t 1 1 100.00% 1 > apreq/request.t 2 2 100.00% 1-2
Are you running the tests as root? If so, does running them under another user make any difference? > > Here's my output from "perl -V": [ .. ] As well as what Stas suggested about checking that the right Perl is being invoked, in your @INC: > @INC: > /usr/lib/perl5/5.8.0/i386-linux-thread-multi > /usr/lib/perl5/5.8.0 > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.0 > /usr/lib/perl5/site_perl > /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi > /usr/lib/perl5/vendor_perl/5.8.0 > /usr/lib/perl5/vendor_perl might there be more than one mod_perl installation, and the wrong one is being picked up? -- best regards, randy kobes