I have installed DBD:TimesTen 0.06 on a HP-UX 11.23 IA64 server (HP rx2600) 
together with TimesTen 7.05 for 64 bits.

The DBI "make test" command fails with core dumps notifications (my perl 
program core dumps as well) tough perl Makefile.PL and make commands do not 
show any error.

To make DBD compile for 64 bits, I forced the perl to be the 64 bits perl by 
doing (both 32 and 64 perl are coming with HP-UX):
> alias perl='/opt/perl_64/bin/perl'

Note that the same "make test" does not show these coredumps notifications when 
I try with TimesTen 7.05 for 32 bits and use perl32 for DBI compilation and 
test.

Here are some make test errors:

>  make test TEST_VERBOSE=1
        PERL_DL_NONLAZY=1 /opt/perl_64/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/01base.........1..5
ok 1 - require DBI;
ok 2 - import DBI
ok 3 - DBI->internal is DBI::dr
ok 4 - Install TimesTen driver OK
ok 5 - Version is not empty
ok
t/10general......1..33
ok 1 - autocommit off ok
ok 2 - create table ok
ok 3 - eval error: ``DBD::TimesTen::db do failed: (DBD: 
dbd_db_execdirect/SQLExecDirect err=-1) at t/10general.t line 47.
# '' expected 'do failed:'
ok 4 - warn error: ``DBD::TimesTen::db do failed: (DBD: 
dbd_db_execdirect/SQLExecDirect err=-1) at t/10general.t line 47.
# '' expected 'do failed:'
ok 5 - invalid statement ok
dubious
        Test returned status 0 (wstat 138, 0x8a)
        test program seems to have generated a core DIED. FAILED tests 6-33
        Failed 28/33 tests, 15.15% okay
t/20date.........1..30
ok 1 - create table ok
ok 2 - insert ok
ok 3 - prepare ok
dubious
        Test returned status 0 (wstat 138, 0x8a)
        test program seems to have generated a core DIED. FAILED tests 4-30
        Failed 27/30 tests, 10.00% okay

Reply via email to