|
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 |
|