Install DBD::Oracle crashes
am 22.11.2006 21:08:06 von LHradowyThis is in regards to my previous long winded question regarding
installing DBD::Oracle
Well, I started from scratch and just untarred the binaries.
I am running HP 11.00 B.11.00 U 9000/785
Installed both 64 bit gcc and Perl with DBI
Corrected the correct $PATH:
/opt/perl64/bin/perl:/usr/local/pa20_64/bin/gcc
Here is where my issues arrises...
When I start the install of the DBD:Oracle
LD_RUN_PATH=/opt/app/oracle/product/8.1.7/lib:/opt/app/oracl e/product/8.1.7/rdbms/lib
Using DBD::Oracle 1.19.
Using DBD::Oracle 1.19.
Using DBI 1.46 (for perl 5.008006 on PA-RISC2.0-LP64) installed in
/opt/perl64/lib/site_perl/5.8.6/PA-RISC2.0-LP64/auto/DBI/
Writing Makefile for DBD::Oracle
Then it poops out:
ld: Can't find library or mismatched ABI for -lclntsh
Fatal error.
*** Error exit code 1
Would this be because the oracle installed is 32 bit?
Or changing the LD_LIBRARY_PATH will fix this...
How would I do this?