There is something very wrong with that. There is no reference to any Oracle shared libs. e.g. for my instant client installation ldd on Oracle.so shows:

$ ldd /usr/local/lib/perl/5.10.0/auto/DBD/Oracle/Oracle.so linux-gate.so.1 => (0x00d22000) libclntsh.so.11.1 => /home/martin/instantclient_11_1/libclntsh.so. +11.1 (0x00d23000) libc.so.6 => /lib/libc.so.6 (0x00110000) libnnz11.so => /home/martin/instantclient_11_1/libnnz11.so (0x0026 +d000) libdl.so.2 => /lib/libdl.so.2 (0x00417000) libm.so.6 => /lib/libm.so.6 (0x0041b000) libpthread.so.0 => /lib/libpthread.so.0 (0x00441000) libnsl.so.1 => /lib/libnsl.so.1 (0x009bf000) libaio.so.1 => /lib/libaio.so.1 (0x0045b000) /lib/ld-linux.so.2 (0x00b71000)

I guess we need to see the bit after perl Makefile.PL but before you run make test i.e., the compilation and linking phases.

UPDATE: I've only just noticed:

042 Note (probably harmless): No library found for -locci 043 Note (probably harmless): No library found for -lclntsh

I doubt that is harmless at all


In reply to Re^3: DBD::Oracle installation by mje
in thread DBD::Oracle installation by rootcho

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.