0

I was installing bugzilla 3.6.3 i have a dependency for DBD::mysql 4.0 currently DBD::mysql installed on the system is 3.0.This is a centos machine and if any one let me know how to install this DBD::mysql 4 will be pretty useful.

Thanks..

Rajeev
  • 251
  • 1
  • 4
  • 10

2 Answers2

1

run cpan then install DBD::mysql

sudo cpan

cpan> install DBD::mysql

you may need to update the whole bundle so substitute Bundle::DBD::mysql in the command above.

user9517
  • 115,471
  • 20
  • 215
  • 297
0

See http://www.bugzilla.org/docs/3.6/en/html/installation.html and the section "2.1.5. Perl Modules".

The script in the package would make it easier to download and install all Perl modules required.

lsbalaji
  • 24
  • 1