Getting the below error but when I do a
cpan> install DBD::Oracle
DBD::Oracle is up to date.

it says it is up to date? any ideas?

$./bal_batch.rc install_driver(Oracle) failed: Can't load'/usr/local/lib/perl5/site_pe +rl/5.8.0/sun4-solaris/auto/DBD/Oracle/Oracle.so' for module DBD::Orac +le: ld.so.1: /usr/local/bin/perl: fatal: libclntsh.so.1.0: open faile +d: No such file or directory at /usr/local/lib/perl5/5.8.0/sun4-solar +is/DynaLoader.pm line 229. at (eval 3) line 3 Compilation failed in require at (eval 3) line 3. Perhaps a required shared library or dll isn't installed where expecte +d at /usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris/Oraperl.pm line +58 Compilation failed in require at /opt/phsupport/lib/AIM_Oracle.pm line + 22. BEGIN failed--compilation aborted at /opt/phsupport/lib/AIM_Oracle.pm +line 22. Compilation failed in require at /opt/phsupport/lib/AIM_Phoenix.pm lin +e 36. BEGIN failed--compilation aborted at /opt/phsupport/lib/AIM_Phoenix.pm + line 36. Compilation failed in require at /opt/phsupport/bin/aimsql-simple.pl l +ine 39. BEGIN failed--compilation aborted at /opt/phsupport/bin/aimsql-simple. +pl line 39. -Process returned 1 -ERROR- bal batch failed

In reply to Oracle DBD problem by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.