51Testing软件测试论坛

标题: 请教安装bugzilla过程中,perl模块装不全,会是怎么回事呢? [打印本页]

作者: blesszhu    时间: 2012-9-21 15:54
标题: 请教安装bugzilla过程中,perl模块装不全,会是怎么回事呢?
ActivePerl-5.14+mysql-5.5.15+bugzila4.2.3

我装完bugzilla,后运行checksetup.pl时报错


C:\bugzilla>perl checksetup.pl
* This is Bugzilla 4.2.3 on perl 5.14.2
* Running on Win2003 Build 3790 (Service Pack 2)

Checking perl modules...
Checking for               CGI.pm (v3.51)     ok: found v3.60
Checking for           Digest-SHA (any)       ok: found v5.62
Checking for             TimeDate (v2.21)     not found
Checking for             DateTime (v0.28)     not found
Checking for    DateTime-TimeZone (v0.79)     not found
Checking for                  DBI (v1.614)    ok: found v1.616
Checking for     Template-Toolkit (v2.22)     not found
Checking for           Email-Send (v2.16)     not found
Checking for           Email-MIME (v1.904)    not found
Checking for                  URI (v1.37)     ok: found v1.59
Checking for       List-MoreUtils (v0.22)     ok: found v0.33
Checking for    Math-Random-ISAAC (v1.0.1)    not found
Checking for                Win32 (v0.35)     ok: found v0.44
Checking for            Win32-API (v0.55)     ok: found v0.64

Checking available perl DBD modules...
Checking for               DBD-Pg (v1.45)     ok: found v2.18.1
Checking for            DBD-mysql (v4.001)    not found
Checking for           DBD-SQLite (v1.29)     ok: found v1.33
Checking for           DBD-Oracle (v1.19)     ok: found v1.30

The following Perl modules are optional:
Checking for                   GD (v1.20)     ok: found v2.46
Checking for                Chart (v2.1)      not found
Checking for          Template-GD (any)       not found
Checking for           GDTextUtil (any)       ok: found v0.86
Checking for              GDGraph (any)       ok: found v1.44
Checking for           MIME-tools (v5.406)    not found
Checking for          libwww-perl (any)       ok: found v6.02
Checking for             XML-Twig (any)       not found
Checking for          PatchReader (v0.9.6)    not found
Checking for            perl-ldap (any)       not found
Checking for          Authen-SASL (any)       not found
Checking for           RadiusPerl (any)       not found
Checking for            SOAP-Lite (v0.712)    not found
Checking for             JSON-RPC (any)       not found
Checking for              JSON-XS (v2.0)      not found
Checking for           Test-Taint (any)       not found
Checking for          HTML-Parser (v3.67)     ok: found v3.68
Checking for        HTML-Scrubber (any)       not found
Checking for               Encode (v2.21)     ok: found v2.44
Checking for        Encode-Detect (any)       not found
Checking for Email-MIME-Attachment-Stripper (any)       not found
Checking for          Email-Reply (any)       not found
Checking for          TheSchwartz (any)       not found
Checking for       Daemon-Generic (any)       not found
Checking for             mod_perl (v1.999022) not found
Checking for     Apache-SizeLimit (v0.96)     not found
***********************************************************************
* REQUIRED MODULES                                                    *
***********************************************************************
* Bugzilla requires you to install some Perl modules which are either *
* missing from your system, or the version on your system is too old. *
* See below for commands to install these modules.                    *
***********************************************************************
* OPTIONAL MODULES                                                    *
***********************************************************************
* Certain Perl modules are not required by Bugzilla, but by           *
* installing the latest version you gain access to additional         *
* features.                                                           *
*                                                                     *
* The optional modules you do not have installed are listed below,    *
* with the name of the feature they enable. Below that table are the  *
* commands to install each module.                                    *
***********************************************************************
*                    MODULE NAME * ENABLES FEATURE(S)                 *
***********************************************************************
*                          Chart * New Charts, Old Charts             *
*                    Template-GD * Graphical Reports                  *
*                     MIME-tools * Move Bugs Between Installations    *
*                       XML-Twig * Move Bugs Between Installations, Automatic Up
date Notifications *
*                    PatchReader * Patch Viewer                       *
*                      perl-ldap * LDAP Authentication                *
*                    Authen-SASL * SMTP Authentication                *
*                     RadiusPerl * RADIUS Authentication              *
*                      SOAP-Lite * XML-RPC Interface                  *
*                       JSON-RPC * JSON-RPC Interface                 *
*                        JSON-XS * Make JSON-RPC Faster               *
*                     Test-Taint * JSON-RPC Interface, XML-RPC Interface *
*                  HTML-Scrubber * More HTML in Product/Group Descriptions *
*                  Encode-Detect * Automatic charset detection for text attachme
nts *
* Email-MIME-Attachment-Stripper * Inbound Email                      *
*                    Email-Reply * Inbound Email                      *
*                    TheSchwartz * Mail Queueing                      *
*                 Daemon-Generic * Mail Queueing                      *
*                       mod_perl * mod_perl                           *
*               Apache-SizeLimit * mod_perl                           *
***********************************************************************
COMMANDS TO INSTALL OPTIONAL MODULES:

          Chart: ppm install Chart
    Template-GD: ppm install Template-GD
     MIME-tools: ppm install MIME-tools
       XML-Twig: ppm install XML-Twig
    PatchReader: ppm install PatchReader
      perl-ldap: ppm install perl-ldap
    Authen-SASL: ppm install Authen-SASL
     RadiusPerl: ppm install RadiusPerl
      SOAP-Lite: ppm install SOAP-Lite
       JSON-RPC: ppm install JSON-RPC
        JSON-XS: ppm install JSON-XS
     Test-Taint: ppm install Test-Taint
  HTML-Scrubber: ppm install HTML-Scrubber
  Encode-Detect: ppm install Encode-Detect
Email-MIME-Attachment-Stripper: ppm install Email-MIME-Attachment-Stripper
    Email-Reply: ppm install Email-Reply
    TheSchwartz: ppm install TheSchwartz
Daemon-Generic: ppm install Daemon-Generic
       mod_perl: ppm install mod_perl
Apache-SizeLimit: ppm install Apache-SizeLimit

COMMANDS TO INSTALL REQUIRED MODULES (You *must* run all these commands
and then re-run checksetup.pl):

    ppm install TimeDate
    ppm install DateTime
    ppm install DateTime-TimeZone
    ppm install Template-Toolkit
    ppm install Email-Send
    ppm install Email-MIME
    ppm install Math-Random-ISAAC
*** Installation aborted. Read the messages above. ***

哪位大侠帮忙看看怎么回事呢?
作者: showisland    时间: 2012-9-25 08:37
同求~
作者: 蛊魅    时间: 2013-4-15 15:30
根据提示,在线进行下载安装。。
作者: friendsnow    时间: 2013-7-2 10:43
ppm install TimeDate
    ppm install DateTime
    ppm install DateTime-TimeZone
    ppm install Template-Toolkit
    ppm install Email-Send
    ppm install Email-MIME
    ppm install Math-Random-ISAAC
是不是只安装这些包呢?我也是不知道怎么安装,谢谢
作者: friendsnow    时间: 2013-7-2 10:44
根据提示,在线进行下载安装。。
蛊魅 发表于 2013-4-15 15:30



     ppm install TimeDate
    ppm install DateTime
    ppm install DateTime-TimeZone
    ppm install Template-Toolkit
    ppm install Email-Send
    ppm install Email-MIME
    ppm install Math-Random-ISAAC
提示的这些包,去哪里下载呢?我也是没有安装成功,感觉很麻烦
作者: Amilus    时间: 2013-12-12 17:35
bugzilla导入perl模块的机制是联网自动下载相关的PPM模块。
一般都可以联网下载安装,联网地址如果没有相关的PPM的话,就要找相应bugzilla版本所需要的PPM,进行离线安装。
作者: lanxincao    时间: 2013-12-20 11:41
楼主问题解决了吗?我也碰到同样问题。
我把 Activeperl 版本退回到 5.0.10
http://cpan.uwinnipeg.ca/PPMPackages/10xx/ 这个网站找到了 PPD 资源,安装以下还是不行,同样出现上述安装要求,




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2