Guest

sampath

By: a guest on Feb 9th, 2009  |  syntax: None  |  size: 7.11 KB  |  hits: 257  |  expires: Never
download  |  raw  |  embed  |  report abuse
This paste has a previous version, view the difference. Copied
  1. * This is Bugzilla 3.2 on perl 5.10.0
  2. * Running on Linux 2.6.25.5-1.1-pae #1 SMP 2008-06-07 01:55:22 +0200
  3.  
  4. Checking perl modules...
  5. Checking for              CGI.pm (v3.33)   ok: found v3.42
  6. Checking for            TimeDate (v2.21)    not found
  7. Checking for           PathTools (v0.84)   ok: found v3.2501
  8. Checking for                 DBI (v1.41)    not found
  9. Checking for    Template-Toolkit (v2.15)   ok: found v2.20
  10. Checking for          Email-Send (v2.00)   ok: found v2.194
  11. Checking for          Email-MIME (v1.861)  ok: found v1.861
  12. Checking for Email-MIME-Modifier (v1.442)  ok: found v1.442
  13.  
  14. Checking available perl DBD modules...
  15. Checking for              DBD-Pg (v1.45)    not found
  16. Checking for           DBD-mysql (v4.00)    not found
  17. Checking for          DBD-Oracle (v1.19)    not found
  18.  
  19. The following Perl modules are optional:
  20. Checking for                  GD (v1.20)    not found
  21. Checking for               Chart (v1.0)     not found
  22. Checking for         Template-GD (any)      not found
  23. Checking for          GDTextUtil (any)      not found
  24. Checking for             GDGraph (any)      not found
  25. Checking for            XML-Twig (any)      not found
  26. Checking for          MIME-tools (v5.406)   not found
  27. Checking for         libwww-perl (any)     ok: found v5.810
  28. Checking for         PatchReader (v0.9.4)   not found
  29. Checking for          PerlMagick (any)     ok: found v6.4.0
  30. Checking for           perl-ldap (any)      not found
  31. Checking for         Authen-SASL (any)      not found
  32. Checking for          RadiusPerl (any)      not found
  33. Checking for           SOAP-Lite (any)      not found
  34. Checking for         HTML-Parser (v3.40)   ok: found v3.56
  35. Checking for       HTML-Scrubber (any)      not found
  36. Checking for Email-MIME-Attachment-Stripper (any)      not found
  37. Checking for         Email-Reply (any)      not found
  38. Checking for            mod_perl (v1.999022)  not found
  39. ***********************************************************************
  40. * REQUIRED MODULES                                                    *
  41. ***********************************************************************
  42. * Bugzilla requires you to install some Perl modules which are either *
  43. * missing from your system, or the version on your system is too old. *
  44. *                                                                     *
  45. * The latest versions of each module can be installed by running the  *
  46. * commands below.                                                     *
  47. ***********************************************************************
  48. COMMANDS:
  49.  
  50.     /usr/bin/perl install-module.pl Date::Format
  51.     /usr/bin/perl install-module.pl DBI
  52.  
  53. ***********************************************************************
  54. * DATABASE ACCESS                                                     *
  55. ***********************************************************************
  56. * In order to access your database, Bugzilla requires that the        *
  57. * correct "DBD" module be installed for the database that you are     *
  58. * running.                                                            *
  59. *                                                                     *
  60. * Pick and run the correct command below for the database that you    *
  61. * plan to use with Bugzilla.                                          *
  62. ***********************************************************************
  63. COMMANDS:
  64.  
  65. PostgreSQL: /usr/bin/perl install-module.pl DBD::Pg
  66.             Minimum version required: 1.45
  67.      MySQL: /usr/bin/perl install-module.pl DBD::mysql
  68.             Minimum version required: 4.00
  69.     Oracle: /usr/bin/perl install-module.pl DBD::Oracle
  70.             Minimum version required: 1.19
  71.  
  72. **********************************************************************
  73. * OPTIONAL MODULES                                                   *
  74. **********************************************************************
  75. * Certain Perl modules are not required by Bugzilla, but by          *
  76. * installing the latest version you gain access to additional        *
  77. * features.                                                          *
  78. *                                                                    *
  79. * The optional modules you do not have installed are listed below,   *
  80. * with the name of the feature they enable. If you want to install   *
  81. * one of these modules, just run the appropriate command in the      *
  82. * "COMMANDS TO INSTALL" section.                                     *
  83. **********************************************************************
  84.  
  85. ***********************************************************************
  86. *                    MODULE NAME * ENABLES FEATURE(S)                 *
  87. ***********************************************************************
  88. *                             GD * Graphical Reports, New Charts, Old Charts *
  89. *                          Chart * New Charts, Old Charts             *
  90. *                    Template-GD * Graphical Reports                  *
  91. *                     GDTextUtil * Graphical Reports                  *
  92. *                        GDGraph * Graphical Reports                  *
  93. *                       XML-Twig * Move Bugs Between Installations    *
  94. *                     MIME-tools * Move Bugs Between Installations    *
  95. *                    PatchReader * Patch Viewer                       *
  96. *                      perl-ldap * LDAP Authentication                *
  97. *                    Authen-SASL * SMTP Authentication                *
  98. *                     RadiusPerl * RADIUS Authentication              *
  99. *                      SOAP-Lite * XML-RPC Interface                  *
  100. *                  HTML-Scrubber * More HTML in Product/Group Descriptions *
  101. * Email-MIME-Attachment-Stripper * Inbound Email                      *
  102. *                    Email-Reply * Inbound Email                      *
  103. *                       mod_perl * mod_perl                           *
  104. ***********************************************************************
  105. COMMANDS TO INSTALL:
  106.  
  107.              GD: /usr/bin/perl install-module.pl GD
  108.           Chart: /usr/bin/perl install-module.pl Chart::Base
  109.     Template-GD: /usr/bin/perl install-module.pl Template::Plugin::GD::Image
  110.      GDTextUtil: /usr/bin/perl install-module.pl GD::Text
  111.         GDGraph: /usr/bin/perl install-module.pl GD::Graph
  112.        XML-Twig: /usr/bin/perl install-module.pl XML::Twig
  113.      MIME-tools: /usr/bin/perl install-module.pl MIME::Parser
  114.     PatchReader: /usr/bin/perl install-module.pl PatchReader
  115.       perl-ldap: /usr/bin/perl install-module.pl Net::LDAP
  116.     Authen-SASL: /usr/bin/perl install-module.pl Authen::SASL
  117.      RadiusPerl: /usr/bin/perl install-module.pl Authen::Radius
  118.       SOAP-Lite: /usr/bin/perl install-module.pl SOAP::Lite
  119.   HTML-Scrubber: /usr/bin/perl install-module.pl HTML::Scrubber
  120. Email-MIME-Attachment-Stripper: /usr/bin/perl install-module.pl Email::MIME::Attachment::Stripper
  121.     Email-Reply: /usr/bin/perl install-module.pl Email::Reply
  122.        mod_perl: /usr/bin/perl install-module.pl mod_perl2
  123.  
  124. To attempt an automatic install of every required and optional module
  125. with one command, do:
  126.  
  127.   /usr/bin/perl install-module.pl --all