Unable to install DBD::Oracle
Posted: Wed Apr 23, 2014 8:27 am
Trying to get the Oracle Plugins working on a Nagios XI Server running CentOS 5 but the cpan -i DBD::Oracle returns this:
dbdimp.c: In function ‘fb_ary_cb_alloc’:
dbdimp.c:322: warning: comparison is always false due to limited range of data type
dbdimp.c:323: warning: comparison is always false due to limited range of data type
dbdimp.c:324: warning: comparison is always false due to limited range of data type
dbdimp.c:325: warning: comparison is always false due to limited range of data type
dbdimp.c:326: warning: comparison is always false due to limited range of data type
dbdimp.c: In function ‘fb_ary_alloc’:
dbdimp.c:342: warning: comparison is always false due to limited range of data type
dbdimp.c:343: warning: comparison is always false due to limited range of data type
dbdimp.c:344: warning: comparison is always false due to limited range of data type
dbdimp.c:345: warning: comparison is always false due to limited range of data type
dbdimp.c: In function ‘ora_st_FETCH_attrib’:
dbdimp.c:4355: error: ‘imp_dbh’ undeclared (first use in this function)
dbdimp.c:4355: error: (Each undeclared identifier is reported only once
dbdimp.c:4355: error: for each function it appears in.)
make: *** [dbdimp.o] Error 1
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Have attached the full output
dbdimp.c: In function ‘fb_ary_cb_alloc’:
dbdimp.c:322: warning: comparison is always false due to limited range of data type
dbdimp.c:323: warning: comparison is always false due to limited range of data type
dbdimp.c:324: warning: comparison is always false due to limited range of data type
dbdimp.c:325: warning: comparison is always false due to limited range of data type
dbdimp.c:326: warning: comparison is always false due to limited range of data type
dbdimp.c: In function ‘fb_ary_alloc’:
dbdimp.c:342: warning: comparison is always false due to limited range of data type
dbdimp.c:343: warning: comparison is always false due to limited range of data type
dbdimp.c:344: warning: comparison is always false due to limited range of data type
dbdimp.c:345: warning: comparison is always false due to limited range of data type
dbdimp.c: In function ‘ora_st_FETCH_attrib’:
dbdimp.c:4355: error: ‘imp_dbh’ undeclared (first use in this function)
dbdimp.c:4355: error: (Each undeclared identifier is reported only once
dbdimp.c:4355: error: for each function it appears in.)
make: *** [dbdimp.o] Error 1
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Have attached the full output