In message <[email protected]>, Bruce J ohnson writes: >DBD::Oracle was properly compiled, else it wouldn't work on the command line, >either.
Out of my depth with Linux, but perhaps this will help: $ env - /bin/ldd /usr/local/lib64/perl5/auto/DBD/Oracle/Oracle.so Assuming ldd can't find libclntsh.so, try reinstalling DBD::Oracle with -rpath specified and removing LD_LIBRARY_PATH from your environment. <URL:http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html> John [email protected]
