- * This is Bugzilla 3.2 on perl 5.10.0
- * Running on Linux 2.6.25.5-1.1-pae #1 SMP 2008-06-07 01:55:22 +0200
- Checking perl modules...
- Checking for CGI.pm (v3.33) ok: found v3.42
- Checking for TimeDate (v2.21) not found
- Checking for PathTools (v0.84) ok: found v3.2501
- Checking for DBI (v1.41) not found
- Checking for Template-Toolkit (v2.15) ok: found v2.20
- Checking for Email-Send (v2.00) ok: found v2.194
- Checking for Email-MIME (v1.861) ok: found v1.861
- Checking for Email-MIME-Modifier (v1.442) ok: found v1.442
- 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) not found
- The following Perl modules are optional:
- Checking for GD (v1.20) not found
- Checking for Chart (v1.0) not found
- Checking for Template-GD (any) not found
- Checking for GDTextUtil (any) not found
- Checking for GDGraph (any) not found
- Checking for XML-Twig (any) not found
- Checking for MIME-tools (v5.406) not found
- Checking for libwww-perl (any) ok: found v5.810
- Checking for PatchReader (v0.9.4) not found
- Checking for PerlMagick (any) ok: found v6.4.0
- Checking for perl-ldap (any) not found
- Checking for Authen-SASL (any) not found
- Checking for RadiusPerl (any) not found
- Checking for SOAP-Lite (any) not found
- Checking for HTML-Parser (v3.40) ok: found v3.56
- 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 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. *
- * *
- * The latest versions of each module can be installed by running the *
- * commands below. *
- ***********************************************************************
- COMMANDS:
- /usr/bin/perl install-module.pl Date::Format
- /usr/bin/perl install-module.pl DBI
- ***********************************************************************
- * DATABASE ACCESS *
- ***********************************************************************
- * In order to access your database, Bugzilla requires that the *
- * correct "DBD" module be installed for the database that you are *
- * running. *
- * *
- * Pick and run the correct command below for the database that you *
- * plan to use with Bugzilla. *
- ***********************************************************************
- COMMANDS:
- PostgreSQL: /usr/bin/perl install-module.pl DBD::Pg
- Minimum version required: 1.45
- MySQL: /usr/bin/perl install-module.pl DBD::mysql
- Minimum version required: 4.00
- Oracle: /usr/bin/perl install-module.pl DBD::Oracle
- Minimum version required: 1.19
- **********************************************************************
- * 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. If you want to install *
- * one of these modules, just run the appropriate command in the *
- * "COMMANDS TO INSTALL" section. *
- **********************************************************************
- ***********************************************************************
- * MODULE NAME * ENABLES FEATURE(S) *
- ***********************************************************************
- * GD * Graphical Reports, New Charts, Old Charts *
- * Chart * New Charts, Old Charts *
- * Template-GD * Graphical Reports *
- * GDTextUtil * Graphical Reports *
- * GDGraph * Graphical Reports *
- * XML-Twig * Move Bugs Between Installations *
- * MIME-tools * Move Bugs Between Installations *
- * PatchReader * Patch Viewer *
- * 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 *
- * mod_perl * mod_perl *
- ***********************************************************************
- COMMANDS TO INSTALL:
- GD: /usr/bin/perl install-module.pl GD
- Chart: /usr/bin/perl install-module.pl Chart::Base
- Template-GD: /usr/bin/perl install-module.pl Template::Plugin::GD::Image
- GDTextUtil: /usr/bin/perl install-module.pl GD::Text
- GDGraph: /usr/bin/perl install-module.pl GD::Graph
- XML-Twig: /usr/bin/perl install-module.pl XML::Twig
- MIME-tools: /usr/bin/perl install-module.pl MIME::Parser
- PatchReader: /usr/bin/perl install-module.pl PatchReader
- perl-ldap: /usr/bin/perl install-module.pl Net::LDAP
- Authen-SASL: /usr/bin/perl install-module.pl Authen::SASL
- RadiusPerl: /usr/bin/perl install-module.pl Authen::Radius
- SOAP-Lite: /usr/bin/perl install-module.pl SOAP::Lite
- HTML-Scrubber: /usr/bin/perl install-module.pl HTML::Scrubber
- Email-MIME-Attachment-Stripper: /usr/bin/perl install-module.pl Email::MIME::Attachment::Stripper
- Email-Reply: /usr/bin/perl install-module.pl Email::Reply
- mod_perl: /usr/bin/perl install-module.pl mod_perl2
- To attempt an automatic install of every required and optional module
- with one command, do:
- /usr/bin/perl install-module.pl --all