Hi, Well i am facing many problems with installing DBD over Oracle9i. My
installation was working fine with ORacle8i fine. but when i upgrade to 9i
it fails as it was looking for 8i library. 'no problem' i said ' I am going
to rebuild DBI and DBD'
DBI rebuilding went through very nice. however when i rebuild DBD i faced
the problem.
Perl Makefile.PF worked fine
make also worked fine
but make test failed. with this error
PERL_DL_NONLAZY=1 /opt/dazel/bin/perl -Iblib/arch -Iblib/lib
-I/opt/dazel/lib/perl5/arch -I/opt/dazel/lib/perl5 -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: ld.so.1: /o
pt/dazel/bin/perl: fatal: relocation error: file
blib/arch/auto/DBD/Oracle/Oracle.so: symbol OCIDescribeAny: refere
nced symbol not found at /opt/dazel/lib/perl5/arch/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. ***
Still i do not know the problem i did alot of things but it did not helped.
here are some info
I am running Sun Solary 2.8
I am using 5.6.1
I am using oracle9i
I am setting these variable
ORACLE_SID=DOMS
ORA_NLS33=/oracle/DOMS/920_64/ocommon/nls/admin/data
ORACLE_HOME=/oracle/DOMS/920_64
LD_LIBRARY_PATH=/opt/dazel/lib:
PERL5LIB=/opt/dazel/lib/perl5
I am installing DBD 1.12 and DBI 1.21
I appreaciate your help
_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
- DBD error Theja Rajakumar
- Re: DBD error M.W. Koskamp
- NONO NONO