This 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/oracle/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 /op
+t/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?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.