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:

I just did:

% cd httpd-apreq
% perl-5.8.0-ithread Makefile.PL -httpd /home/httpd/httpd_perl/bin/httpd && make test
...
All tests successful.


This version will be soon released on CPAN, it wasn't released yet due to some polishing of Apache::Test that is now used by Apache::Request for its test suite.



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'

/usr/bin/perl5.8.0 -Iblib/arch -Iblib/lib \

...
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
*** server localhost.localdomain:8529 shutdown
!!! error running tests (please examine t/logs/error_log)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


make: *** [run_tests] Error 1

well, if you don't post what's in your t/logs/error_log how can we tell what the problem is?


But i suspect that the problem is the same as in your original report - can't find the .so. right?

Here's my output from "perl -V":
[...]
Looks similar to mine. The only difference I have is that mine is compiled with debugging enabled, shouldn't make any crucial difference.


Are you sure that you have only one perl? You have used:


/usr/bin/perl5.8.0 -Iblib/arch -Iblib/lib ...


but reported:
[EMAIL PROTECTED] httpd-apreq]$ perl -V

is perl in your PATH and /usr/bin/perl5.8.0 are the same thing?

I suspect that your real problem is with mod_perl (if it's prepackaged). Can you try scratching your existing mod_perl (if it's an rpm, rpm -e this package). and install it from scratch, then try again building apreq?

__________________________________________________________________
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



Reply via email to