Re: Problem with mod_perl and DBI/DBD::Oracle LD_LIBRARY_PATH is not being recognized?
John D Groenveld <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
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]