[rt-users] Can't load Perl module Apache::DBI for server
Vicki Stanfield
vicki at progeny.com
Thu Apr 14 10:07:57 EDT 2005
Okay. I have pushed my way through the installation of rt-3.4.1 on
CentOS 4.0. I am now trying to start apache and am getting an error as
follows:
[error] Can't load Perl module Apache::DBI for server
rttest.progeny.com:0, exiting... [FAILED]
After googling, I determined that I needed to do:
perl -MCPAN -e 'install Apache::DBI'
When I did this, though, it failed a test.
t/10mysql....NOK 5# Failed test (t/10mysql.t at line 35)
# The object isn't defined
t/10mysql....ok 10/10# Looks like you failed 1 tests of 10.
t/10mysqk....dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 5
Failed 1/10 tests, 90.00% okay (less 5 skipped tests: 4 okay,
40.00%)
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------------------------------------------
t/10mysql.t 1 256 10 1 10.00% 5
5 subtests skipped.
Failed 1/1 test scripts, 0.00% okay. 1/10 subtests failed, 90.00% okay.
make: *** [test_dynamic] Error 2
/usr/bin/make test -- NOT OK
Running make installl
make test had returned bad status, won't install without force
I tried the command again as:
perl -MCPAN -e 'force install Apache::DBI'
and got basically the same failure.
I would appreciate any help to resolve this.
Vicki
More information about the rt-users
mailing list