I am having problems doing make test on our new 9i installation. The DBI installed fine. I can get the DBD to perl Makefile.PL -p (I have to use the -p for it to work) and then make works. However, the make test bombs with the following. Does anyone have any pointers for fixing this in 9i under IBM? Note: I have not installed a database on this machine...simply loaded the oracle software.
Thanks! ********************* PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/opt/perl5/lib/5.00503/aix -I/usr/opt/perl5/lib/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/base..............Failed to load Oracle extension and/or shared libraries: install_driver(Oracle) failed: Can't load 'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: dlopen: blib/arch/auto/DBD/Oracle/Oracle.so: can't load library blib/arch/auto/DBD/Oracle/Oracle.so103 blib/arch/auto/DBD/Oracle/Oracle.so at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm line 169. at (eval 1) line 3 Perhaps a required shared library or dll isn't installed where expected at t/base.t line 19 The remaining tests will probably also fail with the same error. *** Please read the README and README.help files for help. *** FAILED tests 4-5 Failed 2/5 tests, 60.00% okay t/general...........install_driver(Oracle) failed: Can't load 'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: dlopen: blib/arch/auto/DBD/Oracle/Oracle.so: can't load library blib/arch/auto/DBD/Oracle/Oracle.so103 blib/arch/auto/DBD/Oracle/Oracle.so at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm line 169. at (eval 1) line 3 Perhaps a required shared library or dll isn't installed where expected at t/general.t line 20 dubious Test returned status 8 (wstat 2048, 0x800) t/long..............Can't load 'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: dlopen: blib/arch/auto/DBD/Oracle/Oracle.so: can't load library blib/arch/auto/DBD/Oracle/Oracle.so103 blib/arch/auto/DBD/Oracle/Oracle.so at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm line 169. at t/long.t line 4 BEGIN failed--compilation aborted at t/long.t line 4. dubious Test returned status 8 (wstat 2048, 0x800) t/ph_type...........Can't load 'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: dlopen: blib/arch/auto/DBD/Oracle/Oracle.so: can't load library blib/arch/auto/DBD/Oracle/Oracle.so103 blib/arch/auto/DBD/Oracle/Oracle.so at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm line 169. at t/ph_type.t line 20 BEGIN failed--compilation aborted at t/ph_type.t line 20. dubious Test returned status 8 (wstat 2048, 0x800) t/plsql.............Can't load 'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: dlopen: blib/arch/auto/DBD/Oracle/Oracle.so: can't load library blib/arch/auto/DBD/Oracle/Oracle.so103 blib/arch/auto/DBD/Oracle/Oracle.so at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm line 169. at t/plsql.t line 17 BEGIN failed--compilation aborted at t/plsql.t line 17. dubious Test returned status 8 (wstat 2048, 0x800) t/reauth............skipping test on this platform Failed Test Status Wstat Total Fail Failed List of failed ------------------------------------------------------------------------------- t/base.t 5 2 40.00% 4-5 t/general.t 8 2048 ?? ?? % ?? t/long.t 8 2048 ?? ?? % ?? t/ph_type.t 8 2048 ?? ?? % ?? t/plsql.t 8 2048 ?? ?? % ?? 1 test skipped. Failed 5/6 test scripts, 16.67% okay. 2/5 subtests failed, 60.00% okay. make: 1254-004 The error code from the last command is 2. Stop.
