[rt-users] Installing prerequisite perl modules
Carl Gibbons
cgibbons at du.edu
Mon Jun 23 17:11:33 EDT 2003
Looking through the list archives, I see that many have problems
installing the Apache::Request module for RT. Why is this? Perhaps
libapreq is a fragile block in RT's foundation?
At any rate, here's the context for my problem with it:
RedHat Enterprise Server ES 2.1
Perl 5.6.1
PostgreSQL 7.3.3
Apache httpd 1.3.27, mod_perl 1.27
RT 3.0.2
The only thing still missing:
# sbin/rt-test-dependencies --with-postgresql --with-modperl1 | grep MISS
Apache::Request ...MISSING
Tried downloading and installing libapreq-1.2 with and without cpan;
"make test" always fails with same result:
...
/usr/local/apache/bin/httpd -X -d /root/libapreq-1.2/t -f
/root/libapreq-1.2/t/conf/httpd.conf -DAPACHE1
using Apache/1.3.27
waiting for server to start: .
waiting for server to start: ok (waited 0 secs)
server localhost.localdomain:8529 started
apreq/big_input....FAILED tests
1-21
Failed 21/21 tests, 0.00% okay
apreq/cookie.......FAILED test
1
Failed 1/1 tests, 0.00% okay
apreq/inherit......FAILED test
1
Failed 1/1 tests, 0.00% okay
apreq/request......FAILED tests
1-2
Failed 2/2 tests, 0.00% okay
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
Help?
- Carl
More information about the rt-users
mailing list