Im following the steps mention in this guide to configure DSN to talk to ORACLE Version 12c. I get an error such as
[01000][unixODBC][Driver Manager]Can't open lib '/usr/lib/instantclient_12_2/libsqora.so.12.1' : file not found [ISQL]ERROR: Could not SQLConnect
I do sudo ldd /usr/lib/instantclient_12_2/libsqora.so.12.1
It points to the following "missing file" libclntsh.so.12.1 => not found
libclntshcore.so.12.1 => not found
but the files are in the directory: /usr/lib/instantclinet_12_2: drwxr-xr-x. 3 root root 4096 Apr 20 18:15 instantclient_12_2
So I could create link to these files........ if no other directories including /usr/lib64/ no parental file exist?
Any suggestions are welcome.