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..

link|improve this question

75% accept rate
feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
cpan> upgrade Bundle::DBD::mysql <br> Unknown command 'upgrade'. Type ? for help. – Rajeev Nov 23 '10 at 17:59
i get the above error – Rajeev Nov 23 '10 at 18:00
@Rajeev: sorry I was on the wrong system try install – Iain Nov 23 '10 at 18:09
i tried it..it has some compilation errors – Rajeev Nov 24 '10 at 4:48
feedback

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.

link|improve this answer
Googling this is very easy.Solving this is the problem.... – Rajeev Nov 23 '10 at 17:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.