We are trying to install third party software on this unix server… This is red hat linux operating system
Here is the error message we are getting…
error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory
It seems like odbc driver is not installed…
rpm -q unixODBC
package unixODBC is not installed
xyz -/ora/app/oracle/product/11.1.0/db_1/odbc/lib
ls -l $ORACLE_HOME/odbc/lib
total 0
xyz-/ora/app/oracle/product/11.1.0/db_1/odbc/lib
>
Any help is highly appreciated...