I am attempting to install DBD::Ingres, but it fails.

I a running perl 5.24 on Redhat Linux Rehl 6.9. I am using cpanm
to do the installation. The build.log lists many warnings, but I am
getting errors, listed below:

dbdimp.sc:147: error: ‘dirty’ undeclared (first use in this function)
dbdimp.sc:147: error: (Each undeclared identifier is reported only once
dbdimp.sc:147: error: for each function it appears in.)
dbdimp.sc:153: error: ‘perl_destruct_level’ undeclared (first use in this function)
dbdimp.sc:357: error: ‘dirty’ undeclared (first use in this function)
dbdimp.sc:359: error: ‘na’ undeclared (first use in this function)
dbdimp.sc:380: error: ‘dirty’ undeclared (first use in this function)
dbdimp.sc:382: error: ‘na’ undeclared (first use in this function)
dbdimp.sc:412: error: ‘sv_undef’ undeclared (first use in this function)
dbdimp.sc:608: error: ‘sv_yes’ undeclared (first use in this function)
dbdimp.sc:608: error: ‘sv_no’ undeclared (first use in this function)
dbdimp.sc:1613: error: ‘na’ undeclared (first use in this function)
dbdimp.sc:1672: error: ‘sv_yes’ undeclared (first use in this function)
dbdimp.sc:1672: error: ‘sv_no’ undeclared (first use in this function)

Any one else experience this problem and resolved it? Or can anyone
provide any thoughts?

Much appreciated


In reply to DBD::Ingres Installation Failing by phildeman

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.