Hi,
Please help.
I am trying to install DBD-Oracle-1.12 on a solaris 8 box. I was able to
install the DBI-1.30 package. I am using Perl5.6 built using GCC2.95
version.
I am getting following error on the make test. I have my LD_LIBRARY_PATH
set to point to Oracle libraries.
Thanks
Sunil
devtm2% /usr/ccs/bin/make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
-I/usr/local/lib/perl5/5.6.
1/sun4-solaris -I/usr/local/lib/perl5/5.6.1 -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 modu
le DBD::Oracle: ld.so.1: /usr/local/bin/perl: fatal: relocation error: file
blib/arch/au
to/DBD/Oracle/Oracle.so: symbol OCIInitialize: referenced symbol not found
at /usr/local
/lib/perl5/5.6.1/sun4-solaris/DynaLoader.pm line 206.
at (eval 1) line 3
Compilation failed in require 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. ***
t/base..............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: ld.so.1: /usr/local/bin/perl: fatal:
relocation erro
r: file blib/arch/auto/DBD/Oracle/Oracle.so: symbol OCIInitialize:
referenced symbol not
found at /usr/local/lib/perl5/5.6.1/sun4-solaris/DynaLoader.pm line 206.
at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
at t/general.t line 20
t/general...........dubious
Test returned status 255 (wstat 65280, 0xff00)
t/long..............Can't load 'blib/arch/auto/DBD/Oracle/Oracle.so' for
module DBD::Ora
cle: ld.so.1: /usr/local/bin/perl: fatal: relocation error: file
blib/arch/auto/DBD/Orac
le/Oracle.so: symbol OCIInitialize: referenced symbol not found at
/usr/local/lib/perl5/
5.6.1/sun4-solaris/DynaLoader.pm line 206.
at t/long.t line 4
Compilation failed in require at t/long.t line 4.
BEGIN failed--compilation aborted at t/long.t line 4.
t/long..............dubious
Test returned status 255 (wstat 65280, 0xff00)
t/ph_type...........Can't load 'blib/arch/auto/DBD/Oracle/Oracle.so' for
module DBD::Ora
cle: ld.so.1: /usr/local/bin/perl: fatal: relocation error: file
blib/arch/auto/DBD/Orac
le/Oracle.so: symbol OCIInitialize: referenced symbol not found at
/usr/local/lib/perl5/
5.6.1/sun4-solaris/DynaLoader.pm line 206.
at t/ph_type.t line 20
Compilation failed in require at t/ph_type.t line 20.
BEGIN failed--compilation aborted at t/ph_type.t line 20.
t/ph_type...........dubious
Test returned status 255 (wstat 65280, 0xff00)
t/plsql.............Can't load 'blib/arch/auto/DBD/Oracle/Oracle.so' for
module DBD::Ora
cle: ld.so.1: /usr/local/bin/perl: fatal: relocation error: file
blib/arch/auto/DBD/Orac
le/Oracle.so: symbol OCIInitialize: referenced symbol not found at
/usr/local/lib/perl5/
5.6.1/sun4-solaris/DynaLoader.pm line 206.
at t/plsql.t line 17
Compilation failed in require at t/plsql.t line 17.
BEGIN failed--compilation aborted at t/plsql.t line 17.
t/plsql.............dubious
Test returned status 255 (wstat 65280, 0xff00)
t/reauth............skipped 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 255 65280 ?? ?? % ??
t/long.t 255 65280 ?? ?? % ??
t/ph_type.t 255 65280 ?? ?? % ??
t/plsql.t 255 65280 ?? ?? % ??
1 test skipped.
Failed 5/6 test scripts, 16.67% okay. 2/5 subtests failed, 60.00% okay.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'