in reply to RE: (zdog) RE: Errors testing DBD::Oracle
in thread Errors testing DBD::Oracle

ldd -s blib/arch/auto/DBD/Oracle/Oracle.so

you'll probably find that its looking in /usr/lib for libclntsh.so.8.0 and since its probably in $ORACLE_HOME/lib you're getting that error.

  • Comment on RE: RE: (zdog) RE: Errors testing DBD::Oracle