Advertisement
lcawte

Bugzilla 4.0 Upgrade (CheckSetup.pl)

Feb 17th, 2011
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@lewis-desktop:/var/www/bugzilla# ./checksetup.pl
  2. * This is Bugzilla 4.0+ on perl 5.10.1
  3. * Running on Linux 2.6.35-25-generic #44-Ubuntu SMP Fri Jan 21 17:40:48 UTC 2011
  4.  
  5. Checking perl modules...
  6. Checking for               CGI.pm (v3.51)     ok: found v3.52
  7. Checking for           Digest-SHA (any)       ok: found v5.50
  8. Checking for             TimeDate (v2.21)     ok: found v2.24
  9. Checking for             DateTime (v0.28)     ok: found v0.66
  10. Checking for    DateTime-TimeZone (v0.71)     ok: found v1.28
  11. Checking for                  DBI (v1.41)     ok: found v1.616
  12. Checking for     Template-Toolkit (v2.22)     ok: found v2.22
  13. Checking for           Email-Send (v2.00)     ok: found v2.198
  14. Checking for           Email-MIME (v1.904)    ok: found v1.907
  15. Checking for                  URI (any)       ok: found v1.58
  16. Checking for       List-MoreUtils (v0.22)     ok: found v0.30
  17.  
  18. Checking available perl DBD modules...
  19. Checking for               DBD-Pg (v1.45)     not found
  20. Checking for            DBD-mysql (v4.00)     ok: found v4.016
  21. Checking for           DBD-Oracle (v1.19)     not found
  22.  
  23. The following Perl modules are optional:
  24. Checking for                   GD (v1.20)     ok: found v2.39
  25. Checking for                Chart (v2.1)      ok: found v2.4.2
  26. Checking for          Template-GD (any)       ok: found v1.56
  27. Checking for           GDTextUtil (any)       ok: found v0.86
  28. Checking for              GDGraph (any)       ok: found v1.44
  29. Checking for             XML-Twig (any)       ok: found v3.37
  30. Checking for           MIME-tools (v5.406)    ok: found v5.500
  31. Checking for          libwww-perl (any)       ok: found v5.835
  32. Checking for          PatchReader (v0.9.4)    ok: found v0.9.5
  33. Checking for            perl-ldap (any)       ok: found v0.4001
  34. Checking for          Authen-SASL (any)       ok: found v2.15
  35. Checking for           RadiusPerl (any)       ok: found v0.20
  36. Checking for            SOAP-Lite (v0.712)    ok: found v0.712
  37. Checking for             JSON-RPC (any)       ok: found v0.96
  38. Checking for              JSON-XS (v2.0)      ok: found v2.3
  39. Checking for           Test-Taint (any)       ok: found v1.04
  40. Checking for          HTML-Parser (v3.40)     ok: found v3.68
  41. Checking for        HTML-Scrubber (any)       ok: found v0.08
  42. Checking for Email-MIME-Attachment-Stripper (any)       ok: found v1.316
  43. Checking for          Email-Reply (any)       ok: found v1.202
  44. Checking for          TheSchwartz (any)       ok: found v1.10
  45. Checking for       Daemon-Generic (any)       ok: found v0.71
  46. Checking for             mod_perl (v1.999022) ok: found v2.000004
  47. Checking for     Apache-SizeLimit (v0.93)     not found
  48. Checking for   Math-Random-Secure (v0.05)     ok: found v0.06
  49. WARNING: We could not check the configuration of Apache. This sometimes
  50. happens when you are not running checksetup.pl as root. To see the
  51. problem we ran into, run: /usr/sbin/apachectl -t -D DUMP_MODULES
  52.  
  53. ***********************************************************************
  54. * OPTIONAL MODULES                                                    *
  55. ***********************************************************************
  56. * Certain Perl modules are not required by Bugzilla, but by           *
  57. * installing the latest version you gain access to additional         *
  58. * features.                                                           *
  59. *                                                                     *
  60. * The optional modules you do not have installed are listed below,    *
  61. * with the name of the feature they enable. Below that table are the  *
  62. * commands to install each module.                                    *
  63. ***********************************************************************
  64. *      MODULE NAME * ENABLES FEATURE(S)                               *
  65. ***********************************************************************
  66. * Apache-SizeLimit * mod_perl                                         *
  67. ***********************************************************************
  68. COMMANDS TO INSTALL OPTIONAL MODULES:
  69.  
  70. Apache-SizeLimit: /usr/bin/perl install-module.pl Apache2::SizeLimit
  71.  
  72.  
  73. To attempt an automatic install of every required and optional module
  74. with one command, do:
  75.  
  76.   /usr/bin/perl install-module.pl --all
  77.  
  78. Reading ./localconfig...
  79. Checking for            DBD-mysql (v4.00)     ok: found v4.016
  80. Checking for                MySQL (v4.1.2)    ok: found v5.1.49-1ubuntu8.1
  81.  
  82. Removing existing compiled templates...
  83. Precompiling templates...done.
  84. Fixing file permissions...
  85.  
  86. Now that you have installed Bugzilla, you should visit the 'Parameters'
  87. page (linked in the footer of the Administrator account) to ensure it
  88. is set up as you wish - this includes setting the 'urlbase' option to
  89. the correct URL.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement