I just tried to recompile the modules DBI and DBD::mysql to see the output.

When compiling DBI, the following tests did not pass
t/15array..............FAILED test 18 t/zz_15array_pp........FAILED te +st make: Fatal error: ... Command failed for target `test_dynamic' /usr/ccs/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force 18
When compiling DBD::mysql however almost all tests failed
t/mysql2...........dubious + Test returned status 255 (wstat 65280, 0xff00) Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/00base.t 255 65280 5 4 80.00% 4-5 t/10dsnlist.t 255 65280 9 18 200.00% 1-9 t/20createdrop.t 255 65280 5 10 200.00% 1-5 t/30insertfetch.t 255 65280 11 22 200.00% 1-11 t/40bindparam.t 255 65280 28 56 200.00% 1-28 t/40blobs.t 255 65280 11 22 200.00% 1-11 t/40listfields.t 255 65280 16 32 200.00% 1-16 t/40nulls.t 255 65280 11 22 200.00% 1-11 t/40numrows.t 255 65280 25 50 200.00% 1-25 t/50chopblanks.t 255 65280 35 70 200.00% 1-35 t/50commit.t 255 65280 30 60 200.00% 1-30 t/ak-dbd.t 255 65280 90 180 200.00% 1-90 t/akmisc.t 255 65280 351 702 200.00% 1-351 t/dbdadmin.t 255 65280 21 42 200.00% 1-21 t/insertid.t 255 65280 12 24 200.00% 1-12 t/mysql.t 255 65280 68 136 200.00% 1-68 t/mysql2.t 255 65280 ?? ?? % ?? 1 test skipped. Failed 17/18 test scripts, 5.56% okay. 725/728 subtests failed, 0.41% +okay. *** Error code 2
Sorry i didn't provide enough information. I don't really understand these tests.

Are these errors because DBD::mysql requires DBI to be compiled correctly and DBI has an error compiling the 15array section? Or am i way off?

Neil Archibald - /dev/IT -

In reply to Re: Re: Database access error. by devslashneil
in thread Database access error. by devslashneil

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.