Hello All, When I am running the DBD-mysql-4.001 with DBI-1.58 on Red Hat 5 EL (x86_64), it fails at "make test" with the following error code 255.
Can you help me resolving the error? (In theory transactions could be supported when using a transport that maintains a connection, like stream does. If you're interested in this please get in touch via dbi-dev@perl.org) Thanks Sundeep Error Message: on "make test" with DBD-mysql-4.001 PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harne ss(0, 'blib/lib', 'blib/arch')" t/*.t t/00base.............ok t/10dsnlist..........*** stack smashing detected ***: /usr/local/bin/perl termin ated t/10dsnlist..........dubious Test returned status 0 (wstat 6, 0x6) t/20createdrop.......ok t/30insertfetch......ok t/35limit............ok t/35prepare..........ok t/40bindparam........ok t/40bindparam2.......ok t/40blobs............ok t/40listfields.......ok t/40nulls............ok t/40numrows..........ok t/41bindparam........ok t/41blobs_prepare....ok t/42bindparam........ok t/50chopblanks.......ok t/50commit...........Transactions not supported by database at t/50commit.t line 101. t/50commit...........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 5-30 Failed 26/30 tests, 13.33% okay t/60leaks............skipped all skipped: $ENV{SLOW_TESTS} is not set t/70takeimp..........skipped all skipped: test feature not implemented t/75supported_sql....ok t/80procs............DBD::mysql::st execute failed: Failed to CREATE PROCEDURE t estproc at t/80procs.t line 105. t/80procs............dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 9-29 Failed 21/29 tests, 27.59% okay t/insertid...........ok t/param_values.......ok t/prepare_noerror....ok t/texecute...........ok t/utf8...............Wide character in print at t/lib.pl line 258. t/utf8...............FAILED test 12 Failed 1/15 tests, 93.33% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------ ------- t/10dsnlist.t 0 6 ?? ?? ?? t/50commit.t 255 65280 30 52 5-30 t/80procs.t 255 65280 29 42 9-29 t/utf8.t 15 1 12 2 tests skipped. Failed 4/26 test scripts. 48/489 subtests failed. Files=26, Tests=489, 1 wallclock secs ( 1.06 cusr + 0.25 csys = 1.31 CPU) Failed 4/26 test programs. 48/489 subtests failed. make: *** [test_dynamic] Error 255