Hi everyone, Is this caused by a utf-8 problem? The install of DBD::mysql via cpan will not pass two of its tests, takeimp and impdata: t/70takeimp.................Can't use dbi_imp_data of wrong size (127 not 124) at /usr/lib/perl5/DBI.pm line 1190. SV = RV(0x81a462c) at 0x8268020 REFCNT = 1 FLAGS = (ROK) RV = 0x8267ff0 (in cleanup) dbih_getcom handle DBI::db=HASH(0x8267ff0) is not a DBI handle (has no magic). SV = RV(0x81a462c) at 0x8268074 REFCNT = 1 FLAGS = (ROK,READONLY) RV = 0x8267ff0 # Looks like you planned 21 tests but only ran 12. # Looks like your test died just after 12. t/70takeimp.................dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 13-21 Failed 9/21 tests, 57.14% okay t/71impdata.................ok 1/10Can't use dbi_imp_data of wrong size (127 not 124) at /usr/lib/perl5/DBI.pm line 1190. SV = RV(0x81a63c8) at 0x8384b30 REFCNT = 1 FLAGS = (ROK) RV = 0x8384b00 (in cleanup) dbih_getcom handle DBI::db=HASH(0x8384b00) is not a DBI handle (has no magic). SV = RV(0x81a63c8) at 0x8384b84 REFCNT = 1 FLAGS = (ROK,READONLY) RV = 0x8384b00 # Looks like you planned 10 tests but only ran 6. # Looks like your test died just after 6. t/71impdata.................dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 7-10 Failed 4/10 tests, 60.00% okay Any help you can be would be appreciated. Thanks! Steve
Steven -- Not sure about this one, but you could try updating DBI or looking for a binary version of DBD::mysql for your platform. --Joe Atzberger On Mon, Jun 9, 2008 at 5:02 PM, Steven Owley <steveno@ohionet.org> wrote:
Hi everyone,
Is this caused by a utf-8 problem? The install of DBD::mysql via cpan will not pass two of its tests, takeimp and impdata:
t/70takeimp.................Can't use dbi_imp_data of wrong size (127 not 124) at /usr/lib/perl5/DBI.pm line 1190. SV = RV(0x81a462c) at 0x8268020 REFCNT = 1 FLAGS = (ROK) RV = 0x8267ff0 (in cleanup) dbih_getcom handle DBI::db=HASH(0x8267ff0) is not a DBI handle (has no magic). SV = RV(0x81a462c) at 0x8268074 REFCNT = 1 FLAGS = (ROK,READONLY) RV = 0x8267ff0 # Looks like you planned 21 tests but only ran 12. # Looks like your test died just after 12. t/70takeimp.................dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 13-21 Failed 9/21 tests, 57.14% okay t/71impdata.................ok 1/10Can't use dbi_imp_data of wrong size (127 not 124) at /usr/lib/perl5/DBI.pm line 1190. SV = RV(0x81a63c8) at 0x8384b30 REFCNT = 1 FLAGS = (ROK) RV = 0x8384b00 (in cleanup) dbih_getcom handle DBI::db=HASH(0x8384b00) is not a DBI handle (has no magic). SV = RV(0x81a63c8) at 0x8384b84 REFCNT = 1 FLAGS = (ROK,READONLY) RV = 0x8384b00 # Looks like you planned 10 tests but only ran 6. # Looks like your test died just after 6. t/71impdata.................dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 7-10 Failed 4/10 tests, 60.00% okay
Any help you can be would be appreciated.
Thanks! Steve
Thanks, Joe. I am not sure what I did wrong, as I followed the INSTALL.debian instructions closely. Anyway, I have forced the install (run it without the test database) and now I will find out if it works or not. This is what I get for trying a beta, I suppose! Oddly, installation worked slightly better when I used the instructions for Ubuntu and installed everything using cpan, even though I am on debian etch. I have also tried to install from the git download, and that was not even this successful. Is installing 2.2 with Zebra support difficult? Is its install process more reliable? Steve On Tue, Jun 10, 2008 at 11:18 AM, Joe Atzberger <ohiocore@gmail.com> wrote:
Steven --
Not sure about this one, but you could try updating DBI or looking for a binary version of DBD::mysql for your platform.
--Joe Atzberger
On Mon, Jun 9, 2008 at 5:02 PM, Steven Owley <steveno@ohionet.org> wrote:
Hi everyone,
Is this caused by a utf-8 problem? The install of DBD::mysql via cpan will not pass two of its tests, takeimp and impdata:
t/70takeimp.................Can't use dbi_imp_data of wrong size (127 not 124) at /usr/lib/perl5/DBI.pm line 1190. SV = RV(0x81a462c) at 0x8268020 REFCNT = 1 FLAGS = (ROK) RV = 0x8267ff0 (in cleanup) dbih_getcom handle DBI::db=HASH(0x8267ff0) is not a DBI handle (has no magic). SV = RV(0x81a462c) at 0x8268074 REFCNT = 1 FLAGS = (ROK,READONLY) RV = 0x8267ff0 # Looks like you planned 21 tests but only ran 12. # Looks like your test died just after 12. t/70takeimp.................dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 13-21 Failed 9/21 tests, 57.14% okay t/71impdata.................ok 1/10Can't use dbi_imp_data of wrong size (127 not 124) at /usr/lib/perl5/DBI.pm line 1190. SV = RV(0x81a63c8) at 0x8384b30 REFCNT = 1 FLAGS = (ROK) RV = 0x8384b00 (in cleanup) dbih_getcom handle DBI::db=HASH(0x8384b00) is not a DBI handle (has no magic). SV = RV(0x81a63c8) at 0x8384b84 REFCNT = 1 FLAGS = (ROK,READONLY) RV = 0x8384b00 # Looks like you planned 10 tests but only ran 6. # Looks like your test died just after 6. t/71impdata.................dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 7-10 Failed 4/10 tests, 60.00% okay
Any help you can be would be appreciated.
Thanks! Steve
participants (2)
-
Joe Atzberger -
Steven Owley