in reply to Re^3: issue with DBD::Oracle module
in thread issue with DBD::Oracle module
from the ldd o/p it is clear that the library is missing
"LD_LIBRARY_PATH=/u01/app/oracle/product/11.2.0/xe/lib"
Instead I could see another version of that lib.
ll | grep -i libclntsh.so.11.1 lrwxrwxrwx. 1 oracle dba libclntsh.so -> libclntsh.so.11. -rwxr-xr-x. 1 oracle dba libclntsh.so.11.1.
Since this seems to be Oracle specific library, I am not sure if it would be present in the OS CD.
Any ideas ??
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: issue with DBD::Oracle module
by Anonymous Monk on Sep 28, 2015 at 06:52 UTC |