Can't call method "prepare" on an undefined value at globals.pl line
227.
line 227 says:
$::currentquery = $::db->prepare($str)
I have Oracle 8.1.7 Client installed
running RedHat 6.2 with latest updates and Kernel 2.2.19-6.2.7smp
I have install DBD::Oracle 1.07
I have attempted to check and see if $::db is defined and it isn't
getting defined
when I try to force it to define by overriding the eval{} code in line
114
with a check/connect I get the message
DBD::Oracle initialisation failed: Can't locate
auto/DBD/Oracle/ORA_OCI.al in @INC
I have re-ran the Makefile.PL for DBD::Oracle with opt_b=0 instead of
opt_b = 1 with no success