For what its worth ( not a whole lot), my make test failed on those same t/72childhandles ( AIX 5.2, perl 5.6?? - i can verify tomorrow if wanted). I decided to go on despite the errors and had no problems.....yet. Mostly because Im in design/test phase. my make install went without error.
On 9/5/06, Stuart Cooper <[EMAIL PROTECTED]> wrote:
> /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.
-- -------------------------------------------------------- Why is this technology an anathema to me?
