[EMAIL PROTECTED] wrote: > Hi All, > under HP-UX 10.20 ( 32 bit ) I'm using DBI/DBD for Informix 7.30 successfully. > Now I would like to get DBI/DBD for Informix 9.30 to run in an HP-UX 11.11 ( 64 bit ) > environment. I got the CSK 2.70 for 64 bit from the download page at IBM/Informix. > > I use the cc compiler which comes with HP-UX 11.11 ( with ANSI switch ). > make test fails for DBD for perl 5.6.1 and perl 5.7.3. > > t/t20error......ok 3/5!! Terminating Test !! > t/t20error......dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 4-5 > Failed 2/5 tests, 60.00% okay
I don't think I've seen this fail like this. I'd need to see the output from running the test alone -- verbose on. Possibly, it would beneficial to see the output with PERL_DBI_DEBUG set to 9. This is all discussed in the README file. > t/t91udts.......ok 6/16DBD::Informix::db do failed: SQL: -9810: Smart-large-object >error. > ISAM: 4294955243: <<Failed to locate ISAM error message> at >blib/lib/DBD/Informix/TestHarness.pm line 219. > !! Terminating Test !! > t/t91udts.......dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 7-16 The chances are that this is due to a bug in the test -- it assumes you have a smart blob space called sbspace and it is not very happy if you don't. I'd be a little concerned about the failure to locate the message file, but not outraged. Basically, if this were the only failure, I'd tell you to go ahead and install and enjoy... > I tried to use the perl which was shipped together with the OS. But this seems > to be 32 bit and can't be linked with the 64 bit CSDK. > > Any help / hint would be appreciated. > > regards, > Wolfgang > > -- > Wolfgang Schlueschen --------------- mailto:[EMAIL PROTECTED] -- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) Guardian of DBD::Informix 1.00.PC2 -- see http://dbi.perl.org/ #include <disclaimer.h>
