· 9 years ago · May 20, 2017, 03:16 AM
1# /usr/share/bugzilla3/lib/checksetup.pl
2run-parts --exit-on-error --lsbsysinit /usr/share/bugzilla3/debian//pre-checksetup.d
3run-parts: executing /usr/share/bugzilla3/debian//pre-checksetup.d/10fixtemplates
4* This is Bugzilla 3.2.4.0-3ubuntu1 on perl 5.10.0
5* Running on Linux 2.6.31-17-server #54-Ubuntu SMP Thu Dec 10 18:06:56 UTC 2009
6
7Checking perl modules...
8Checking for CGI.pm (v3.33) ok: found v3.43
9Checking for TimeDate (v2.21) ok: found v2.22
10Checking for PathTools (v0.84) ok: found v3.2501
11Checking for DBI (v1.41) ok: found v1.609
12Checking for Template-Toolkit (v2.15) ok: found v2.20
13Checking for Email-Send (v2.00) ok: found v2.197
14Checking for Email-MIME (v1.861) ok: found v1.863
15Checking for Email-MIME-Encodings (v1.313) ok: found v1.313
16Checking for Email-MIME-Modifier (v1.442) ok: found v1.444
17
18Checking available perl DBD modules...
19Checking for DBD-Pg (v1.45) not found
20Checking for DBD-mysql (v4.00) ok: found v4.011
21Checking for DBD-Oracle (v1.19) not found
22
23The following Perl modules are optional:
24Checking for GD (v1.20) ok: found v2.39
25Checking for Chart (v1.0) ok: found v2.4.1
26Checking for Template-GD (any) not found
27Checking for GDTextUtil (any) not found
28Checking for GDGraph (any) not found
29Checking for XML-Twig (any) not found
30Checking for MIME-tools (v5.406) not found
31Checking for libwww-perl (any) ok: found v5.829
32Checking for PatchReader (v0.9.4) not found
33Checking for PerlMagick (any) ok: found v6.5.1
34Checking for perl-ldap (any) not found
35Checking for Authen-SASL (any) not found
36Checking for RadiusPerl (any) not found
37Checking for SOAP-Lite (any) not found
38Checking for HTML-Parser (v3.40) ok: found v3.61
39Checking for HTML-Scrubber (any) not found
40Checking for Email-MIME-Attachment-Stripper (any) not found
41Checking for Email-Reply (any) not found
42Checking for mod_perl (v1.999022) not found
43**********************************************************************
44* OPTIONAL MODULES *
45**********************************************************************
46* Certain Perl modules are not required by Bugzilla, but by *
47* installing the latest version you gain access to additional *
48* features. *
49* *
50* The optional modules you do not have installed are listed below, *
51* with the name of the feature they enable. If you want to install *
52* one of these modules, just run the appropriate command in the *
53* "COMMANDS TO INSTALL" section. *
54**********************************************************************
55
56***********************************************************************
57* MODULE NAME * ENABLES FEATURE(S) *
58***********************************************************************
59* Template-GD * Graphical Reports *
60* GDTextUtil * Graphical Reports *
61* GDGraph * Graphical Reports *
62* XML-Twig * Move Bugs Between Installations *
63* MIME-tools * Move Bugs Between Installations *
64* PatchReader * Patch Viewer *
65* perl-ldap * LDAP Authentication *
66* Authen-SASL * SMTP Authentication *
67* RadiusPerl * RADIUS Authentication *
68* SOAP-Lite * XML-RPC Interface *
69* HTML-Scrubber * More HTML in Product/Group Descriptions *
70* Email-MIME-Attachment-Stripper * Inbound Email *
71* Email-Reply * Inbound Email *
72DBD::mysql::db do failed: Table 'attach_data' already exists [for Statement "CREATE TABLE attach_data (
73 id mediumint NOT NULL PRIMARY KEY,
74 thedata longblob NOT NULL
75) ENGINE = InnoDB CHARACTER SET utf8"] at /usr/share/perl5/Bugzilla/DB.pm line 647
76 Bugzilla::DB::_bz_add_table_raw('Bugzilla::DB::Mysql=HASH(0x36376c8)', 'attach_data') called at /usr/share/perl5/Bugzilla/DB.pm line 613
77 Bugzilla::DB::bz_add_table('Bugzilla::DB::Mysql=HASH(0x36376c8)', 'attach_data') called at /usr/share/perl5/Bugzilla/DB.pm line 408
78 Bugzilla::DB::bz_setup_database('Bugzilla::DB::Mysql=HASH(0x36376c8)') called at /usr/share/perl5/Bugzilla/DB/Mysql.pm line 526
79 Bugzilla::DB::Mysql::bz_setup_database('Bugzilla::DB::Mysql=HASH(0x36376c8)') called at /usr/share/bugzilla3/lib/checksetup_nondebian.pl line 144
80* mod_perl * mod_perl *
81***********************************************************************
82COMMANDS TO INSTALL:
83
84 Template-GD: dh-make-perl --install --cpan Template::Plugin::GD::Image
85 GDTextUtil: apt-get install libgd-gd2-perl
86 GDGraph: apt-get install libgd-gd2-perl
87 XML-Twig: apt-get install libxml-twig-perl
88 MIME-tools: apt-get install libmime-tools-perl
89 PatchReader: dh-make-perl --install --cpan PatchReader
90 perl-ldap: apt-get install libnet-ldap-perl
91 Authen-SASL: dh-make-perl --install --cpan Authen::SASL
92 RadiusPerl: dh-make-perl --install --cpan Authen::Radius
93 SOAP-Lite: apt-get install libsoap-lite-perl
94 HTML-Scrubber: apt-get install libhtml-scrubber-perl
95Email-MIME-Attachment-Stripper: dh-make-perl --install --cpan Email::MIME::Attachment::Stripper
96 Email-Reply: dh-make-perl --install --cpan Email::Reply
97 mod_perl: apt-get install libapache2-mod-perl2
98
99To attempt an automatic install of every required and optional module
100with one command, do:
101
102 view /usr/share/doc/bugzilla3/README.Debian*
103
104Reading /etc/bugzilla3/localconfig...
105
106OPTIONAL NOTE: If you want to be able to use the 'difference between two
107patches' feature of Bugzilla (which requires the PatchReader Perl module
108as well), you should install patchutils from:
109
110 apt-get install patchutils
111
112Checking for DBD-mysql (v4.00) ok: found v4.011
113Checking for MySQL (v4.1.2) ok: found v5.1.37-1ubuntu5.1
114
115Adding new table attach_data ...
116run-parts --exit-on-error --lsbsysinit /usr/share/bugzilla3/debian//post-checksetup.d
117run-parts: executing /usr/share/bugzilla3/debian//post-checksetup.d/10permissions
118run-parts: executing /usr/share/bugzilla3/debian//post-checksetup.d/90checkwebdot