51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 9060|回复: 6
打印 上一主题 下一主题

[求助] 请教安装bugzilla过程中,perl模块装不全,会是怎么回事呢?

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2012-9-21 15:54:17 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
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. ***

哪位大侠帮忙看看怎么回事呢?
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

推荐
发表于 2013-12-20 11:41:19 | 只看该作者
楼主问题解决了吗?我也碰到同样问题。
我把 Activeperl 版本退回到 5.0.10
http://cpan.uwinnipeg.ca/PPMPackages/10xx/ 这个网站找到了 PPD 资源,安装以下还是不行,同样出现上述安装要求,
回复 支持 1 反对 0

使用道具 举报

该用户从未签到

6#
发表于 2013-12-12 17:35:02 | 只看该作者
bugzilla导入perl模块的机制是联网自动下载相关的PPM模块。
一般都可以联网下载安装,联网地址如果没有相关的PPM的话,就要找相应bugzilla版本所需要的PPM,进行离线安装。
回复 支持 反对

使用道具 举报

该用户从未签到

5#
发表于 2013-7-2 10:44:25 | 只看该作者
根据提示,在线进行下载安装。。
蛊魅 发表于 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
提示的这些包,去哪里下载呢?我也是没有安装成功,感觉很麻烦
回复 支持 反对

使用道具 举报

该用户从未签到

4#
发表于 2013-7-2 10:43:16 | 只看该作者
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
是不是只安装这些包呢?我也是不知道怎么安装,谢谢
回复 支持 反对

使用道具 举报

该用户从未签到

3#
发表于 2013-4-15 15:30:14 | 只看该作者
根据提示,在线进行下载安装。。
回复 支持 反对

使用道具 举报

  • TA的每日心情
    难过
    2019-4-26 17:35
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    2#
    发表于 2012-9-25 08:37:41 | 只看该作者
    同求~
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-9-22 14:19 , Processed in 0.092518 second(s), 30 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表