Does anybody know why I am getting this strange error during compiling the dbd::oracle pacakge. DBI I have already built and installed, which works fine.

Also I did the compilation in a different machine which worked fine over there.

% pwd <br> /export/appl/myperl/Perl-5.8.8/downloads/DBD-Oracle-1.19<br> % <br> % perl Makefile.PL<br> Using DBI 1.54 (for perl 5.008008 on sun4-solaris-thread-multi) instal +led in /export/appl/myperl/Perl-5.8.8/exlib/sun4-solaris-thread-multi +/auto/DBI/ <br><br> Configuring DBD::Oracle for perl 5.008008 on solaris (sun4-solaris-thr +ead-multi)<br><br> Remember to actually *READ* the README file! Especially if you have an +y problems.<br> Using Oracle in /export/apps/oracli/DSM/9.2.0<br> DEFINE _SQLPLUS_RELEASE = "902000500" (CHAR)<br> Oracle version 9.2.0.5 (9.2)<br><br> Unable to locate an oracle.mk, proc.mk or other suitable *.mk< +br> file in your Oracle installation. <br>(I looked in /export/apps/oracli/DSM/9.2.0/rdbms/demo/demo_xe.mk /export/ap +ps/oracli/DSM/9.2.0/rdbms/lib/oracle.mk /export/apps/oracli/DSM/9.2.0 +/rdbms/demo/oracle.mk /export/apps/oracli/DSM/9.2.0/rdbms/demo/demo_r +dbms.mk /export/apps/oracli/DSM/9.2.0/precomp/demo/proc/proc.mk /expo +rt/apps/oracli/DSM/9.2.0/precomp/demo/proc/demo_proc.mk /export/apps/ +oracli/DSM/9.2.0/proc/lib/proc.mk /export/apps/oracli/DSM/9.2.0/proc1 +6/lib/proc16.mk under /export/apps/oracli/DSM/9.2.0)<br><br> The oracle.mk (or demo_rdbms.mk) file is part of the Oracle RDBMS product. The proc.mk (or demo_proc.mk) file is part of the Oracle Pro*C product. You need to build DBD::Oracle on a system which has one of these Oracle components installed. (Other *.mk files such as the env_*.mk files will not work.) Alternatively you can use Oracle Instant Client.<br><br> In the unlikely event that a suitable *.mk file is installed somewhere non-standard you can specify where it is using the - +m option: perl Makefile.PL -m /path/to/your.mk See README.clients.txt for more information and some alternati +ves.<br> at Makefile.PL line 1074.

In reply to compile problem for DBD::Oracle by yelekeri

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.