phildeman has asked for the wisdom of the Perl Monks concerning the following question:
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
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: DBD::Ingres Installation Failing
by Anonymous Monk on Apr 19, 2017 at 22:14 UTC | |
by phildeman (Scribe) on Apr 20, 2017 at 13:17 UTC | |
by afoken (Chancellor) on Apr 23, 2017 at 10:14 UTC |