I'm making a C program which is connecting a oracle DB. I have correctly installed the Oracle Instant Client and ocilib.
And I did compile the code without any error but when I executing the program I got following error.
./a.out: error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: No such file or directory
If anyone know how to solve please write it Thank you.