Here is a trimmed down error message with < text > around the errors.
oci8.c: In function `post_execute_lobs': oci8.c:1591: warning: passing arg 1 of `fprintf' from incompatible poi +nter type oci8.c:1596: warning: passing arg 1 of `fprintf' from incompatible poi +nter type oci8.c:1610: warning: passing arg 1 of `fprintf' from incompatible poi +nter type oci8.c:1613: warning: passing arg 1 of `fprintf' from incompatible poi +nter type oci8.c:1619: warning: passing arg 1 of `fprintf' from incompatible poi +nter type oci8.c: In function `ora_free_lob_refetch': oci8.c:1637: warning: passing arg 1 of `fprintf' from incompatible poi +nter type Running Mkbootstrap for DBD::Oracle () chmod 644 Oracle.bs rm -f blib/arch/auto/DBD/Oracle/Oracle.so LD_RUN_PATH="/u01/app/oracle/product/9.2.0/lib" gcc -B/usr/ccs/bin/ - +G -L/usr/local/lib Oracle.o dbdimp.o oci7.o oci8.o /u01/app/oracle/pr +oduct/9.2.0/rdbms/lib/defopt.o -o blib/arch/auto/DBD/Oracle/Oracle.s +o -L/u01/app/oracle/product/9.2.0/lib/ -lclntsh -lnsl -lsocket -lge +n -ldl -R/u01/app/oracle/product/9.2.0/lib -laio -lposix4 -lkstat -lm + -lthread < ld: fatal: file /u01/app/oracle/product/9.2.0/rdbms/lib/defopt.o: wr +ong ELF class: ELFCLASS64 > < ld: fatal: File processing errors. No output written to blib/arch/au +to/DBD/Oracle/Oracle.so > < collect2: ld returned 1 exit status > < make: *** [blib/arch/auto/DBD/Oracle/Oracle.so] Error 1 >

In reply to Re: Re: Re: Need 64-bit DBD by ljbailey
in thread Need 64-bit DBD by ljbailey

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.