- 论坛徽章:
- 0
|
在安装bugzilla执行checksetup.pl对perl做检查时,缺少MIME::Parser包,
-------------------------------------------------------------------------------------
Checking perl modules ...
Checking for AppConfig (v1.52) ok: found v1.64
Checking for CGI (v2.93) ok: found v3.05
Checking for Data::Dumper (any) ok: found v2.121
Checking for Date::Format (v2.21) ok: found v2.22
Checking for DBI (v1.38) ok: found v1.40
Checking for File::Spec (v0.84) ok: found v3.24
Checking for File::Temp (any) ok: found v0.14
Checking for Template (v2.10) ok: found v2.18
Checking for Text::Wrap (v2001.0131) ok: found v2001.09292
Checking for Mail::Mailer (v1.67) ok: found v1.74
Checking for MIME::Base64 (v3.01) ok: found v3.01
Checking for MIME::Parser (v5.406) not found
Checking for Storable (any) ok: found v2.13
-------------------------------------------------------------------------------------
用perl -MCPAN -e 'install "MIME::Parser"' 或者在CPAN下载的MIME-tools-5.420.tar.gz
在test的时候都报如下错误:
-------------------------------------------------------------------------------------
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Body..............ok
t/Decoder...........ok
t/Entity............ok
t/Gauntlet..........ok
t/Head..............ok
t/Misc..............FAILED tests 4-5, 7-11
Failed 7/14 tests, 50.00% okay
t/Parser............ok
t/ParserEncoded.....ok
t/ParserPreamble....ok
t/Ref...............ok
t/WordDecoder.......ok
t/Words.............ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/Misc.t 14 7 50.00% 4-5 7-11
Failed 1/12 test scripts, 91.67% okay. 7/239 subtests failed, 97.07% okay.
make: *** [test_dynamic] Error 255
-------------------------------------------------------------------------------------
高手们如何解决问题?
[ 本帖最后由 msdn_lib 于 2007-2-26 11:42 编辑 ] |
|