RE: very specific DBD::Oracle issue, but I"m not exactly sure if it"s the file Oracle.so or libclnts

RE: very specific DBD::Oracle issue, but I"m not exactly sure if it"s the file Oracle.so or libclnts

am 11.08.2006 20:03:30 von Philip.Garrett

AWardrip@firstambank.com wrote:
> the error
> install_driver(Oracle) failed: Can't load
> '/usr/local/lib/perl5/site_perl/5.8.8/
> i686-linux/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle:
> libclntsh.so.10.1:
> cannot open shared object file: No such file or directory at
> /usr/local/lib/per
> l5/5.8.8/i686-linux/DynaLoader.pm line 230.
> at (eval 8) line 3
> Compilation failed in require at (eval 8) line 3.
> Perhaps a required shared library or dll isn't installed where
> expected at /usr/local/reg-e/bin/export.pl line 510

You may have already tried this, but LD_DEBUG might help:

# verbose library searching
LD_DEBUG=3Dlibs /usr/local/reg-e/bin/export.pl

# list other LD_DEBUG options
LD_DEBUG=3Dhelp /bin/true

Philip