/usr/bin/perl -MCPAN -e 'install "DBI"'
it downloads the new module, builds everything, and then starts running the make test portion of the install. During this process, I get the following output (after a bunch of other successful tests):
<snip>
/usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force I already have an older version of DBI installed (need to upgrade in order to install Bugzilla), and I don't otherwise think there's anything magical about my existing Perl install or my server setup.
I really have no idea how to proceed from this point. Any ideas?
Since most of the tests passed, if you're confident enough in the new DBI you can /usr/bin/perl -MCPAN -e 'force install "DBI"' Cheers, Stuart.
