in reply to Re: issue with DBD::Oracle module
in thread issue with DBD::Oracle module
following is the o/p.
+++++++++++++++++++++++++++++++ ldd -v /opt/perl/ActivePerl-5.20/lib/auto/DBD/Oracle/Oracle.so linux-vdso.so.1 => (0x00007fffd4f00000) libclntsh.so.12.1 => not found libc.so.6 => /lib64/libc.so.6 (0x00007f9d49947000) /lib64/ld-linux-x86-64.so.2 (0x00007f9d49f4e000) Version information: /opt/perl/ActivePerl-5.20/lib/auto/DBD/Oracle/Oracle.so: libc.so.6 (GLIBC_2.4) => /lib64/libc.so.6 libc.so.6 (GLIBC_2.14) => /lib64/libc.so.6 libc.so.6 (GLIBC_2.3.4) => /lib64/libc.so.6 libc.so.6 (GLIBC_2.2.5) => /lib64/libc.so.6 /lib64/libc.so.6: ld-linux-x86-64.so.2 (GLIBC_2.3) => /lib64/ld-linux-x8 +6-64.so.2 ld-linux-x86-64.so.2 (GLIBC_PRIVATE) => /lib64/ld-linu +x-x86-64.so.2 +++++++++++++++++++++++++++++++++
As suspected the libclntsh.so.12.1 is missing from the libraries.
Regards, Amitesh Sahay
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: issue with DBD::Oracle module
by Anonymous Monk on Sep 27, 2015 at 23:12 UTC | |
by as00060 (Novice) on Sep 28, 2015 at 02:55 UTC | |
by as00060 (Novice) on Sep 28, 2015 at 03:11 UTC | |
by Anonymous Monk on Sep 28, 2015 at 06:52 UTC |