i want update my instantClient on my Solaris x86 server. After i updated it, i get an error message from DBD.
install_driver(Oracle) failed: Can't load '..../perl/lib/site_perl/5.005/i86pc-solaris/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: ld.so.1: perl: fatal: libclntsh.so.10.1: open failed: No such file or directory at ..../perl/lib/5.00503/i86pc-solaris/DynaLoader.pm line 169.
The new instantClient have libclntsh.so.11.1 but DBD wants the old one.
# ldd Oracle.so
libclntsh.so.10.1 => not found
Library Path and OracleHome are updated.
Any ideas? thanks for any help =)