I am attempting to install the OCI8 extension. The OCI8 extension version is oci-2.0.8.
The configure script to install is "./configure --with-oci8=instantclient,/usr/lib/oracle/12.1/client64/lib".
The configure runs ok. But when I run make test, it fails on every single oci test.
The install directory of instantclient is "/usr/lib/oracle/12.1/client64"
I have also declared $ORACLE_HOME and $LD_LIBRARY_PATH, and also declared instantclient in the path.
I have also installed Perl on the server and that runs script's to update the remote oracle database. So the issue is not with instantclient.
I am not sure what to do. Have spent 2 days on this issue. Any help will be greatly appreciated.
Thanks.