51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 2125|回复: 4
打印 上一主题 下一主题

[原创] 求助:请高手指点迷津

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2005-8-16 16:21:47 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
装bugzilla后出现下列问题,应该怎么解决阿?谢谢
C:\Bugzilla>perl checksetup.pl
Found = in conditional, should be == at checksetup.pl line 1219.

Checking perl modules ...
Checking for       AppConfig (v1.52)    not found
Checking for             CGI (v2.93)    found v2.75.2
Checking for    Data::Dumper (any)     ok: found v2.102
Checking for    Date::Format (v2.21)    not found
Checking for             DBI (v1.32)   ok: found v1.48
Checking for      DBD::mysql (v2.1010) ok: found v2.9006
Checking for      File::Spec (v0.82)   ok: found v0.82
Checking for      File::Temp (any)     ok: found v0.12
Checking for        Template (v2.08)    not found
Checking for      Text::Wrap (v2001.0131) ok: found v2001.0131

The following Perl modules are optional:
Checking for              GD (v1.20)   ok: found v1.27
Checking for     Chart::Base (v0.99)    found unknown version
Checking for     XML::Parser (any)     ok: found v2.27
Checking for       GD::Graph (any)      not found
Checking for GD::Text::Align (any)      not found
Checking for     PatchReader (any)     ok: found v0.9.2

If you you want to see graphical bug charts (plotting historical data over
time), you should install libgd and the following Perl modules:

Chart 0.99b: perl -MCPAN -e'install "N/NI/NINJAZ/Chart-0.99b.tar.gz"'

If you you want to see graphical bug reports (bar, pie and line charts of
current data), you should install libgd and the following Perl modules:

GD::Graph:       perl -MCPAN -e'install "GD::Graph"'
GD::Text::Align: perl -MCPAN -e'install "GD::Text::Align"'



Bugzilla requires some Perl modules which are either missing from your
system, or the version on your system is too old.
They can be installed by running (as root) the following:
   perl -MCPAN -e 'install "Template"'
   Minimum version required: 2.08
   perl -MCPAN -e 'install "Date::Format"'
   Minimum version required: 2.21
   perl -MCPAN -e 'install "AppConfig"'
   Minimum version required: 1.52
   perl -MCPAN -e 'install "CGI"'
   Minimum version required: 2.93
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

5#
 楼主| 发表于 2005-8-17 15:09:51 | 只看该作者
终于搞定了,不过还有一些可选模块还没装上,真是郁闷
C:\Bugzilla>perl checksetup.pl
Found = in conditional, should be == at checksetup.pl line 1219.

Checking perl modules ...
Checking for       AppConfig (v1.52)   ok: found v1.56
Checking for             CGI (v2.93)   ok: found v3.10
Checking for    Data::Dumper (any)     ok: found v2.121_04
Checking for    Date::Format (v2.21)   ok: found v2.22
Checking for             DBI (v1.32)   ok: found v1.48
Checking for      DBD::mysql (v2.1010) ok: found v3.0002
Checking for      File::Spec (v0.82)   ok: found v3.05
Checking for      File::Temp (any)     ok: found v0.16
Checking for        Template (v2.08)   ok: found v2.14
Checking for      Text::Wrap (v2001.0131) ok: found v2001.09293

The following Perl modules are optional:
Checking for              GD (v1.20)    not found
Checking for     Chart::Base (v0.99)    not found
Checking for     XML::Parser (any)     ok: found v2.34
Checking for       GD::Graph (any)      not found
Checking for GD::Text::Align (any)      not found
Checking for     PatchReader (any)     ok: found v0.9.5

If you you want to see graphical bug charts (plotting historical d
time), you should install libgd and the following Perl modules:

GD:          perl -MCPAN -e'install "GD"'
Chart 0.99b: perl -MCPAN -e'install "N/NI/NINJAZ/Chart-0.99b.tar.g

If you you want to see graphical bug reports (bar, pie and line ch
current data), you should install libgd and the following Perl mod

GD:              perl -MCPAN -e'install "GD"'
GD::Graph:       perl -MCPAN -e'install "GD::Graph"'
GD::Text::Align: perl -MCPAN -e'install "GD::Text::Align"'

Checking user setup ...
Removing existing compiled templates ...
Precompiling templates ...
Checking for    MySQL Server (v3.23.41) ok: found v4.0.22-nt

Populating duplicates table...
Reminder: Bugzilla now requires version 8.7 or later of sendmail.
回复 支持 反对

使用道具 举报

该用户从未签到

4#
 楼主| 发表于 2005-8-17 10:35:18 | 只看该作者
现在就剩下3个模块装不上了,求助阿
C:\Bugzilla>perl checksetup.pl
Found = in conditional, should be == at checksetup.pl line 1219.

Checking perl modules ...
Checking for       AppConfig (v1.52)   ok: found v1.56
Checking for             CGI (v2.93)   ok: found v3.10
Checking for    Data::Dumper (any)     ok: found v2.121_04
Checking for    Date::Format (v2.21)   ok: found v2.22
Checking for             DBI (v1.32)    not found
Checking for      DBD::mysql (v2.1010)  not found
Checking for      File::Spec (v0.82)   ok: found v3.05
Checking for      File::Temp (any)     ok: found v0.16
Checking for        Template (v2.08)    not found
Checking for      Text::Wrap (v2001.0131) ok: found v2001.09293

The following Perl modules are optional:
Checking for              GD (v1.20)    not found
Checking for     Chart::Base (v0.99)    not found
Checking for     XML::Parser (any)     ok: found v2.34
Checking for       GD::Graph (any)      not found
Checking for GD::Text::Align (any)      not found
Checking for     PatchReader (any)      not found

If you you want to see graphical bug charts (plotting historical data over
time), you should install libgd and the following Perl modules:

GD:          perl -MCPAN -e'install "GD"'
Chart 0.99b: perl -MCPAN -e'install "N/NI/NINJAZ/Chart-0.99b.tar.gz"'

If you you want to see graphical bug reports (bar, pie and line charts of
current data), you should install libgd and the following Perl modules:

GD:              perl -MCPAN -e'install "GD"'
GD::Graph:       perl -MCPAN -e'install "GD::Graph"'
GD::Text::Align: perl -MCPAN -e'install "GD::Text::Align"'

If you want to see pretty HTML views of patches, you should install the
PatchReader module, which can be downloaded at:
http://search.cpan.org/CPAN/auth ... Reader-0.9.2.tar.gz
When you get it, do the following to install:
tar xzvf PatchReader-0.9.2.tar.gz
cd PatchReader-0.9.2
perl Makefile.PL
make install



Bugzilla requires some Perl modules which are either missing from your
system, or the version on your system is too old.
They can be installed by running (as root) the following:
   perl -MCPAN -e 'install "DBD::mysql"'
   Minimum version required: 2.1010
   perl -MCPAN -e 'install "Template"'
   Minimum version required: 2.08
   perl -MCPAN -e 'install "DBI"'
   Minimum version required: 1.32
回复 支持 反对

使用道具 举报

该用户从未签到

3#
发表于 2005-8-17 06:27:06 | 只看该作者
这不已经讲了么:
  perl -MCPAN -e 'install "Template"'
  ............

看一看这里,不知道有无帮助:

http://www.websina.com/cn/bugzilla-install-windows.html
回复 支持 反对

使用道具 举报

该用户从未签到

2#
 楼主| 发表于 2005-8-16 16:37:20 | 只看该作者
原来是缺少模块,我从网上下载了,可是不知道如何手动安装
回复 支持 反对

使用道具 举报

本版积分规则

关闭

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

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

GMT+8, 2024-9-28 14:17 , Processed in 0.077404 second(s), 29 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

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