I am at a loss on this. I've reinstalled Perl (compiled from source using gcc instead of Sun's compiler). Mysql was compiled with gcc as well. Perl is version 5.6.1 and Mysql is version 3.23.39. DBI installed fine but DBD::MySQL spits out the following error during make test:
t/50chopblanks......ok
t/50commit..........ok, 14/30 skipped: No transactions
+
t/60leaks...........skipped test on this platform
t/ak-dbd............ok
t/akmisc............ok
t/dbdadmin..........ok
t/insertid..........FAILED tests 5,9 Failed 2/12 tes
+ts, 83.33% okay
t/mysql.............ok
t/mysql2............ok
Failed Test Status Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------
+----------
t/insertid.t 12 2 16.67% 5, 9
1 test and 14 subtests skipped.
Failed 1/18 test scripts, 94.44% okay. 2/758 subtests failed, 99.74% o
+kay.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'
Is it safe to install? or will the module fail miserably?
Any ideas would be appreciated greatly.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.