Installing Perl Oracle DBD 1.19 failed
Hello everyone,
I was trying to install Oracle DBD 1.19 in a linux box running CentOS 5.
The packages I have installed are:
oracle-instantclient-basic-11.1.0.1-1.i386.rpm
oracle-instantclient-devel-11.1.0.1-1.i386.rpm
oracle-instantclient-sqlplus-11.1.0.1-1.i386.rpm
There were no problems installing above three packages. When I was trying to install perl-DBD-Oracle-1.19-1.n0i.4.fc8.i386.rpm and I got following errors:
error: Failed dependencies:
libclntsh.so.11.1 is needed by perl-DBD-Oracle-1.19-1.n0i.4.fc8.i386
There is no Oracle server installed in the same machine and this machine is used as a client.
The libclntsh.so.11.1 is actually under /usr/lib/oracle/11.1.0.1/client/lib/libclntsh.so.11.1 after I installed the above three oracle client packages.
Anyone know what was wrong? I appreciate for any hints.
Thanks