Hi, I just installed Oracle 10g and Perl 5.10 64 bit. Now I'm trying to install DBD::Oracle, but I'm having problems. I first tried running the makefile.pl and received a message saying nothing in the LIB or INCLUDE path were set, run vcvars.bat to set the paths. I did this but it didn't set any path (using VC++ 2008 express). So I went in and set the paths manually to the lib and include folder in the VC folder directory. Now when I run perl makefile.pl I receive no linker found. And I receive notes that say: no library found for kernal32.lib, user32.lib, gdi32.lib, etc, etc. It then says its writing the makefile, but I dont know if I should continue on or not? Any suggestions?

In reply to question about dbd::oracle by chuckd

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.