|
C:\>cd bugzilla
C:\bugzilla>perl checksetup.pl
* This is Bugzilla 3.4.4 on perl 5.10.1
* Running on Win2003 Build 3790 (Service Pack 1)
Checking perl modules...
Checking for CGI.pm (v3.33) ok: found v3.45
Checking for Digest-SHA (any) ok: found v5.47
Checking for TimeDate (v2.21) ok: found v2.22
Checking for DateTime (v0.28) not found
Checking for DateTime-TimeZone (v0.79) ok: found v0.8301
Checking for DBI (v1.41) ok: found v1.607
Checking for Template-Toolkit (v2.22) ok: found v2.22
Checking for Email-Send (v2.16) not found
Checking for Email-MIME (v1.861) ok: found v1.861
Checking for Email-MIME-Encodings (v1.313) found v1.311
Checking for Email-MIME-Modifier (v1.442) not found
Checking for URI (any) ok: found v1.40
Checking available perl DBD modules...
Checking for DBD-Pg (v1.45) not found
Checking for DBD-mysql (v4.00) not found
Checking for DBD-Oracle (v1.19) ok: found v1.21
The following Perl modules are optional:
Checking for GD (v1.20) ok: found v2.44
Checking for Chart (v1.0) 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 XML-Twig (any) not found
Checking for MIME-tools (v5.406) not found
Checking for libwww-perl (any) ok: found v5.829
Checking for PatchReader (v0.9.4) not found
Checking for PerlMagick (any) 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.710.06) not found
Checking for HTML-Parser (v3.40) ok: found v3.62
Checking for HTML-Scrubber (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
***********************************************************************
* 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 *
* XML-Twig * Move Bugs Between Installations *
* MIME-tools * Move Bugs Between Installations *
* PatchReader * Patch Viewer *
* PerlMagick * Optionally Convert BMP Attachments to PNGs *
* perl-ldap * LDAP Authentication *
* Authen-SASL * SMTP Authentication *
* RadiusPerl * RADIUS Authentication *
* SOAP-Lite * XML-RPC Interface *
* HTML-Scrubber * More HTML in Product/Group Descriptions *
* Email-MIME-Attachment-Stripper * Inbound Email *
* Email-Reply * Inbound Email *
* TheSchwartz * Mail Queueing *
* Daemon-Generic * Mail Queueing *
* mod_perl * mod_perl *
***********************************************************************
* Note For Windows Users *
***********************************************************************
* In order to install the modules listed below, you first have to run *
* the following command as an Administrator: *
* *
* ppm repo add theory58S http://cpan.uwinnipeg.ca/PPMPackages/10xx/
***********************************************************************
COMMANDS TO INSTALL OPTIONAL MODULES:
Chart: ppm install Chart
Template-GD: ppm install Template-GD
XML-Twig: ppm install XML-Twig
MIME-tools: ppm install MIME-tools
PatchReader: ppm install PatchReader
PerlMagick: ppm install PerlMagick
perl-ldap: ppm install perl-ldap
Authen-SASL: ppm install Authen-SASL
RadiusPerl: ppm install RadiusPerl
SOAP-Lite: ppm install SOAP-Lite
HTML-Scrubber: ppm install HTML-Scrubber
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
COMMANDS TO INSTALL REQUIRED MODULES (You *must* run all these commands
and then re-run checksetup.pl):
ppm install DateTime
ppm install Email-Send
ppm install Email-MIME-Encodings
ppm install Email-MIME-Modifier
C:\bugzilla>c:\perl\bin\ppm install datetime.ppd
ppm install failed: 404 File `C:\bugzilla\datetime.ppd' does not exist
C:\bugzilla>cd\
C:\>e:
E:\>cd ppms
E:\ppms>c:\perl\bin\ppm install datetime.ppd
ppm install failed: Can't find any package that provides DateTime-Locale for Dat
eTime
E:\ppms>c:\perl\bin\ppm install datetime.ppd
ppm install failed: Can't find any package that provides DateTime-Locale for Dat
eTime
E:\ppms>c:\perl\bin\ppm install datetime.ppd --nodeps
Unpacking DateTime-0.41...done
Generating HTML for DateTime-0.41...done
Updating files in site area...done
17 files installed
E:\ppms>c:\perl\bin\ppm install email-send.ppd
ppm install failed: Can't find any package that provides Return-Value for Email-
Send
E:\ppms>c:\perl\bin\ppm install datetime.ppd --nodeps
Unpacking DateTime-0.41...done
Generating HTML for DateTime-0.41...done
Updating files in site area...done
15 files unchanged
2 files updated
E:\ppms>c:\perl\bin\ppm install email-send-1.313.ppd
ppm install failed: 404 File `E:\ppms\email-send-1.313.ppd' does not exist
E:\ppms>c:\perl\bin\ppm install 1.313email-send.ppd
ppm install failed: 404 File `E:\ppms\1.313email-send.ppd' does not exist
E:\ppms>c:\perl\bin\ppm install email-send.ppd --nodeps
Unpacking Email-Send-2.192...done
Generating HTML for Email-Send-2.192...done
Updating files in site area...done
6 files unchanged
6 files updated
E:\ppms>
请问怎么才能完全的安装好?希望论友给出答案,谢谢! |
|