Hello All,
I am trying to install this DBD::Oracle in my machine. But I a getting error. I have already installed DBI 1.51 and I have perl 5.8.8 I am trying to install this DBD::Oracle now it is not getting installed.

I have configured all required environment variables.

I am getting following error. please tell me how to complete this installation successfully.

This is the error i am getting

While executing the make command I am getting the following error mess +age. cc: "oci8.c", line 1325: warning 604: Pointers are not assignment-comp +atible. cc: "oci8.c", line 1325: warning 563: Argument #8 is not the correct t +ype. cc: "oci8.c", line 1365: warning 604: Pointers are not assignment-comp +atible. cc: "oci8.c", line 1365: warning 563: Argument #1 is not the correct t +ype. cc: "oci8.c", line 1366: warning 604: Pointers are not assignment-comp +atible. cc: "oci8.c", line 1366: warning 563: Argument #1 is not the correct t +ype. Running Mkbootstrap for DBD::Oracle () chmod 644 Oracle.bs rm -f blib/arch/auto/DBD/Oracle/Oracle.sl /usr/bin/ld -Wl,+b"/opt/app/oracle/product/9.2.0.6/lib32:/opt/ +app/oracle/product/9.2.0.6/rdbms/lib32" -b +vnocompatwarnings Oracle +.o dbdimp.o oci8.o -L/opt/app/oracle/product/9.2.0.6/rdbms/lib32/ - +L/opt/app/oracle/product/9.2.0.6/lib32/ -lclntsh `cat /opt/app/ora +cle/product/9.2.0.6/lib32/ldflags` -lm -o blib/arch/auto/DBD/Or +acle/Oracle.sl \ \ /usr/bin/ld: Unrecognized argument: -Wl,+b/opt/app/oracle/product/9.2. +0.6/lib32:/opt/app/oracle/product/9.2.0.6/rdbms/lib32 /usr/bin/ld: Usage: /usr/bin/ld [options] [flags] files *** Error exit code 1 Stop.

Update: WHAT IS TWO_TASK ENVIRONEMTN VARIABLE.

20080207 Janitored by Corion: Restored original content+update, added formatting, code tags, as per Writeup Formatting Tips


In reply to DBD::ORACLE Installation problem by shafmoha

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.