Hi Monks, I have a Windows system with Windows Server 2008 R2, a xampp-1.8.3-3 webserver and an Oracle 11gR2 Client.
I also installed MingW, downloaded dmake and the Basic GNU Utilities.

Currently I am using MySQL for the database of my application but I want to switch to an Oracle database on a remote system. Therefore I'm trying to install the DBD::Oracle Module .

My main problem is that the server does not have any internet connectivity so I cannot use cpan to download and install it automatically.

Following the instructions step 1 (perl Makefile.PL LINKTYPE=static) works fine. Step2 (just use make or in my case dmake) also works fine. But step 3 (make perl or in make case dmake perl) fails with the below error.
I checked whether the file C:\Users\adm-janssen\Desktop\DBD-Oracle-1.74\blib\arch\auto\DBD\Oracle\extralibs.all exists or not and I can see it where it is supposed to be. So... why do I get this error? Thanks a lot. :)
C:\Users\adm-janssen\Desktop\DBD-Oracle-1.74>dmake.exe perl ... ... lots of output ... ... C:\xampp\perl\lib/CORE/libperl.a `cat blib\arch\auto\DBD\Oracle/extral +ibs.all` - lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 + -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion + -lodbc32 -lodbccp32 -lcomctl32 gcc: error: `cat: No such file or directory gcc: error: blib\arch\auto\DBD\Oracle/extralibs.all`: No such file or +directory dmake: Error code 129, while making 'perl' dmake.exe: Error code 255, while making 'perl'

In reply to 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.