On Thu, Dec 12, 2002 at 04:56:25PM -0700, Ron Reidy wrote: > extra.xsh: In function `XS_Oracle__OCI_oci_buf_len': > extra.xsh:51: warning: assignment from incompatible pointer type > extra.xsh:52: warning: assignment from incompatible pointer type
Possibly unrelated, but best to fix that. See the README. > PERL_DL_NONLAZY=1 /usr/local/perl5.8/bin/perl "-MExtUtils::Command::MM" > "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/01base....dubious > Test returned status 0 (wstat 11, 0xb) > DIED. FAILED tests 28-39 > Failed 12/39 tests, 69.23% okay > t/05dbi.....ok 2/80DBD::Oracle::db do failed: ORA-00955: name is already > used by an existing object (DBD ERROR: OCIStmtExecute) at t/05dbi.t line > 40. > Unexpectedly had to drop old test table 'oracle_oci_test__drop_me' > t/05dbi.....dubious > Test returned status 0 (wstat 11, 0xb) > DIED. FAILED tests 10-80 Try "perl -Mblib t/05dbi.t" to get more detail. Report back once the compiler warning is fixed (let me know what was needed, a patch (diff -u or -c) would be great). Tim.
