Search code examples
perlbugzilla

Can't run checksetup.pl for BugZilla requires ppm install DBI


I'm following the installation guide for BugZilla at https://wiki.mozilla.org/Bugzilla:Win32Install.

I'm trying to install BugZilla on my Windows 2008 server. I've installed Perl 4.17, Apache for windows 2.2.25 and BugZilla 4.4.1. I'm at the point of running the command

C:\bugzilla>perl checksetup.pl

But when I run this command I get

enter image description here

I've then tried to install the package using

ppm install DBI

but I get the message saying "No missing packages to install"

Where am I going wrong ?


Solution

  • I managed a work around by commenting out the version check. It appears that this is a bug https://bugzilla.mozilla.org/show_bug.cgi?id=938300