Skip to main content

Posts

Showing posts with the label unixODBC

[01000][unixODBC][Dr​iver Manager]Can't open lib libsq​ora.so.11.1 : file not found

Hi assuming you have installed correctly these components: ORACLE DB (including instance and listener) ODBC driver and you are facing this problem: [root@linuxRHEL6 bin]# isql -v simple [01000][unixODBC][Driver Manager]Can't open lib '/usr/lib/oracle/11.2/ client64/lib/libsqora.so.11.1' : file not found   you should check the following [root@linuxRHEL6 bin]# ldd /usr/lib/oracle/11.2/client64/ lib/libsqora.so.11.1 ldd: warning: you do not have execution permission for `/usr/lib/oracle/11.2/ client64/lib/libsqora.so.11.1'         linux-vdso.so.1 =>  (0x00007fffa11d1000)         libdl.so.2 => /lib64/libdl.so.2 (0x00007f5c2585e000)         libm.so.6 => /lib64/libm.so.6 (0x00007f5c255d9000)         libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f5c253bc000)       ...