Using DBI

David Miller justdave at syndicomm.com
Sat Jan 18 17:27:37 UTC 2003


On 1/18/03 1:50 PM +0000, Gervase Markham wrote:

> Currently, if you don't have the right versions of both these, you get:
> Bugzilla requires some Perl modules which are either missing from your
> system, or the version on your system is too old.
> They can be installed by running (as root) the following:
>     perl -MCPAN -e 'install "DBD::mysql"'
>     Minimum version required: 2.1010
>     perl -MCPAN -e 'install "DBI"'
>     Minimum version required: 1.32
>
> If DBI should be installed before DBD, should we reverse the order of
> these messages?

Did someone change the order of the array?  I remember hassling dkl about
that when we changed to using a hash for the dependency list because it
listed the dependencies out of order.  If it's doing that now, someone's
broken it again since then, and it should by all means be fixed.
-- 
Dave Miller      Project Leader, Bugzilla Bug Tracking System
http://www.justdave.net/             http://www.bugzilla.org/



More information about the developers mailing list