changing 发表于 2009-4-20 17:15:45

redhat配置bugzilla中checksetup.pl老是失败,请教!

配置信息如下:请高手指教
!!!

# ./checksetup.pl
* This is Bugzilla 3.2 on perl 5.8.8
* Running on Linux 2.6.22.6-1 #1 SMP Tue Sep 4 06:11:18 EDT 2007

Checking perl modules...
Checking for            CGI.pm (v3.21)   ok: found v3.43
Checking for            TimeDate (v2.21)   ok: found v2.22
Checking for         PathTools (v0.84)   ok: found v3.12
Checking for               DBI (v1.41)   ok: found v1.607
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.863
Checking for Email-MIME-Modifier (v1.442)ok: found v1.443

Checking available perl DBD modules...
Checking for            DBD-Pg (v1.45)    not found
Checking for         DBD-mysql (v4.00)   ok: found v4.011
Checking for          DBD-Oracle (v1.19)    not found

The following Perl modules are optional:
Checking for                  GD (v1.20)   ok: found v2.41
Checking for               Chart (v1.0)    ok: found v2.4.1
Checking for         Template-GD (any)   ok: found v1.56
Checking for          GDTextUtil (any)   ok: found v0.86
Checking for             GDGraph (any)   ok: found v1.44
Checking for            XML-Twig (any)   ok: found v3.32
Checking for          MIME-tools (v5.406)ok: found v5.427
Checking for         libwww-perl (any)   ok: found v2.033
Checking for         PatchReader (v0.9.4)ok: found v0.9.5
Checking for          PerlMagick (any)      not found
Checking for         perl-ldap (any)   ok: found v0.39
Checking for         Authen-SASL (any)   ok: found v2.12
Checking for          RadiusPerl (any)   ok: found v0.13
Checking for         SOAP-Lite (any)   ok: found v0.710.08
Checking for         HTML-Parser (v3.40)   ok: found v3.50
Checking for       HTML-Scrubber (any)   ok: found v0.08
Checking for Email-MIME-Attachment-Stripper (any)   ok: found v1.316
Checking for         Email-Reply (any)   ok: found v1.202
Checking for            mod_perl (v1.999022)not found
Checking for            CGI.pm (v3.11)   ok: found v3.43
**********************************************************************
* 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)                                    *
***********************************************************************
*PerlMagick * Optionally Convert BMP Attachments to PNGs            *
*    mod_perl * mod_perl                                              *
***********************************************************************
COMMANDS TO INSTALL:

   PerlMagick: /usr/bin/perl install-module.pl Image::Magick
       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

Reading ./localconfig...

OPTIONAL NOTE: If you want to be able to use the 'difference between two
patches' feature of Bugzilla (which requires the PatchReader Perl module
as well), you should install patchutils from:

    http://cyberelk.net/tim/patchutils/

Checking for         DBD-mysql (v4.00)   ok: found v4.011

Had to create DBD::mysql::dr::imp_data_size unexpectedly at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/DBI.pm line 1212, <DATA> line 275.
Use of uninitialized value in subroutine entry at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/DBI.pm line 1212, <DATA> line 275.
Had to create DBD::mysql::db::imp_data_size unexpectedly at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/DBI.pm line 1242, <DATA> line 275.
Use of uninitialized value in subroutine entry at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/DBI.pm line 1242, <DATA> line 275.
Undefined subroutine &DBD::mysql::db::_login called at lib/i386-linux-thread-multi/DBD/mysql.pm line 142, <DATA> line 275.

changing 发表于 2009-4-21 16:41:44

:Q :(

davids 发表于 2009-4-21 17:42:46

你出错的是指有的模块没有正常安装么?

changing 发表于 2009-4-22 13:34:05

已经解决

changing 发表于 2009-4-22 13:34:49

DBD-mysql没有装好

guanxiaoqin 发表于 2009-9-16 18:10:26

求助

能不能共享一下,解决方案,我也报了同样的错误
页: [1]
查看完整版本: redhat配置bugzilla中checksetup.pl老是失败,请教!