I just compiled perl 5.6.0 for my Cobalt RaQ2. Seems to have run ok. Tried to run one of my scripts that has a use DBI in it and got:
Can't locate DBI.pm in @INC (@INC contains: /usr/local/lib/perl5/5.6.0/mips-linux /usr/local/lib/perl5/5.6.0
/usr/local/lib/perl5/site_perl/5.6.0/mips-linux /usr/local/lib/perl5/site_perl/5.6.0 /usr/local/lib/perl5/site_perl .) at
/home/sites/site3/web/index.cgi line 5.

So I ran CPAN and told it to install DBI. All seemed fine until the tests. Here's what it spat back:
Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/lo +cal/lib/pe rl5/5.6.0/mips-linux -I/usr/local/lib/perl5/5.6.0 -e 'use Test::Harnes +s qw(&runt ests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/basics............ok t/dbidrv............ok t/examp.............ok t/meta..............ok t/proxy.............skipped test on this platform t/shell.............ok 1/3Can't exec "resize": No such file or directo +ry at /usr /local/lib/perl5/site_perl/5.6.0/mips-linux/Term/ReadKey.pm line 305. Use of uninitialized value in pattern match (m//) at /usr/local/lib/pe +rl5/site_p erl/5.6.0/mips-linux/Term/ReadKey.pm line 306. Use of uninitialized value in pattern match (m//) at /usr/local/lib/pe +rl5/site_p erl/5.6.0/mips-linux/Term/ReadKey.pm line 306. Unable to get Terminal Size. The TIOCGWINSZ ioctl didn't work. The COL +UMNS and L INES environment variables didn't work. The resize program didn't work +. at /usr/ local/lib/perl5/site_perl/5.6.0/mips-linux/Term/ReadKey.pm line 323. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.6.0/ +Term/ReadL ine/Perl.pm line 58. t/shell.............dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 2-3 Failed 2/3 tests, 33.33% okay t/subclass..........ok Failed Test Status Wstat Total Fail Failed List of failed ---------------------------------------------------------------------- +--------- t/shell.t 2 512 3 2 66.67% 2-3 1 test skipped. Failed 1/7 test scripts, 85.71% okay. 2/179 subtests failed, 98.88% ok +ay. make: *** [test_dynamic] Error 29 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
Any ideas?

In reply to New install of 5.6 by cei

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.