With the help of many of you, I've been able to get this far. I have had
difficulty installing the DBD::Oracle module on the following system for the
past couple months. I believe that my problem was with Oracle 8.1.7 because
I have just gotten much further when I tried it with 8.1.6.
My system:
HPUX 11.0
PA-RISC 2.0
ORACLE 8.1.6
DBD 1.06
DBI 1.14
Perl 5.6
Anyway, I've gotten through the test except for the PLSQL test (t/plsql),
the following is the output for the 'make test'.
root:# make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/opt/perl5/lib/5.6.0/PA-RISC2.0 -I/opt/perl5/lib/5.6.0 -e 'use Te
st::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/base..............ok
t/general...........ok
t/long..............ok
t/plsql.............ok 27/63ORA-06544: PL/SQL: internal error, arguments:
[78601], [], [], [], [], [], [], []
ORA-06553: PLS-801: internal error [78601]
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 4 (DBD ERROR: OCIStmtExecute)
t/plsql.............NOK 28ORA-06544: PL/SQL: internal error, arguments:
[78601], [], [], [], [], [], [], []
ORA-06553: PLS-801: internal error [78601]
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 4 (DBD ERROR: OCIStmtExecute) at t/plsql.t line 142.
t/plsql.............NOK 29Issuing rollback() for database handle being
DESTROY'd without explicit disconnect().
t/plsql.............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 28-63
Failed 36/63 tests, 42.86% okay
t/reauth............skipped test on this platform
Failed Test Status Wstat Total Fail Failed List of failed
----------------------------------------------------------------------------
---
t/plsql.t 255 65280 63 36 57.14% 28-63
1 test skipped.
Failed 1/5 test scripts, 80.00% okay. 36/224 subtests failed, 83.93% okay.
*** Error exit code 2
Stop.
________________
If any of you have any insight on this error, please let me know.
Thanks,
Brent Bowman