Hi :)

Op gets C:\perl\c\x86_64-w64-mingw32\lib\libkernel32.a(dusfs01262.o): bad reloc address 0x7373622e in section `.text'

So, while "reloc" is mentioned http://search.cpan.org/grep?cpanid=PYTHIAN&release=DBD-Oracle-1.74&string=reloc&i=1&n=1&C=9

1644: If sqlplus failed due to a linker/symbol/relocation/librar +y error or similar problem 1645- then it's likely that you've not configured your environme +nt correctly. 1646- $ldlib_note 1647- set to include the directory containing the Oracle librari +es.

What the OP has seems to be more related to version of mingw/gcc toolchain... than oracle paths issue

And http://strawberryperl.com/release-notes/5.20.0.1-64bit.html says New gcc 4.8.2 toolchain + new mingw-w64 v3 runtime and Newly added DBD::Oracle - you have to install 64bit Oracle Instant Client 11.x and make sure you have OCI.DLL in your PATH

So, first thing I'd try is to install a new portable 5.20.0.1-64bit, it can coexist with OPs existing strawberry perl (if installed in a different path), and the OP can migrate his apps one by one to the new install (as soon as he install all the modules he needs, and tests his apps)

Its nice when someone else does the hard work :)

 

rm -rf goners

In reply to Re^2: Error Installing DBD Oracle in windows 7 64 bit system by Anonymous Monk
in thread Error Installing DBD Oracle in windows 7 64 bit system by ankurnema

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.