Thanks for the answers all.
I am trying to compile on Windows Server 2008 R2. No Linux, no sudo, no cat, no bash or any other Linux/Unix commands/shells.

And yes, I have administrative rights on that server and I am using the Administrator command prompt.

I overwrote the existing Perl installation with Strawberry 5.20 to have a current release. But it doesn't have a compiled DBD-Oracle either. It would be weird if it did. Because... how would some other guy know where my Oracle client has been installed?

I installed .net 1.1 and all the other stuff from the links above. After downloading some libraries from the internet or copying them from the server (eg OCI.dll) to the Perl/bin directory I now seem to be having a compiled Oracle.dll file. But...
install_driver(Oracle) failed: Can't load 'C:/xampp/perl/site/lib/auto +/DBD/Oracle/Oracle.dll' for module DBD::Oracle: load_file:%1 is not a + valid Win32 application at C:/xampp/perl/lib/DynaLoader.pm line 190. at (eval 8) line 3. Compilation failed in require at (eval 8) line 3. Perhaps a required shared library or dll isn't installed where expecte +d at C:/xampp/libs/DB.pm line 34.

Looks like the file is corrupt... dmake test failed as well. nmake doesn't work because I'm on Windows x64 and there's no x64 nmake unless you install Visual Studio.
The file C:/xampp/perl/site/lib/auto/DBD/Oracle/Oracle.dll does exist. xampp Perl (and my installed Strawberry Perl) are 32bit anyway.

In reply to Re^3: DBD-Oracle-1.74 installation fails by Digioso
in thread DBD-Oracle-1.74 installation fails by Digioso

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.