Good greetings!
I'm not quite sure if this is a Perl issue or a problem with MySQL, but here it goes:
I'm trying to install DBD-mysql-2.1025 for 5.6.1, and I can't quite figure out why I am getting the 5 errors listed below. I've tried to google it, play with the test code a bit (thought it might have been a possible permissions issue with accesing the database), and not having any results. After running `make test`, the database does appear to populate properly, and all test tables and databases it is complaining about in dbdadmin exist too.
Any thoughts at this point would be greatly appriciated; Thanks in advance!
-s
[root@www DBD-mysql-2.1025]# make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl
+5/5.6.1/i586-linux -I/usr/lib/perl5/5.6.1 -e 'use Test::Harness qw(&r
+untests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/00base............ok
+
t/10dsnlist.........ok
+
t/20createdrop......ok
+
t/30insertfetch.....ok
+
t/40bindparam.......ok
+
t/40blobs...........ok
+
t/40listfields......ok
+
t/40nulls...........ok
+
t/40numrows.........ok
+
t/50chopblanks......ok
+
t/50commit..........ok, 14/30 skipped: No transactions
+
t/60leaks...........skipped test on this platform
t/ak-dbd............ok
+
t/akmisc............FAILED test 44
+
Failed 1/351 tests, 99.72% okay
t/dbdadmin..........NOK 7New DB not in DSN list
+
t/dbdadmin..........NOK 11DSN testab not in DSN list.
+
t/dbdadmin..........NOK 15DSN testac not in DSN list.
+
t/dbdadmin..........FAILED tests 7, 11, 15
+
Failed 3/21 tests, 85.71% okay
t/insertid..........ok
+
t/mysql.............FAILED test 23
+
Failed 1/68 tests, 98.53% okay
t/mysql2............ok
+
Failed Test Status Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------
+----------
t/akmisc.t 351 1 0.28% 44
t/dbdadmin.t 21 3 14.29% 7, 11, 15
t/mysql.t 68 1 1.47% 23
1 test and 14 subtests skipped.
Failed 3/18 test scripts, 83.33% okay. 5/765 subtests failed, 99.35% o
+kay.
make: *** [test_dynamic] Error 29
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.