Compile PRO*C application on a client (No Oracle RDBMS software, just Instant Client)
I am trying to compile PRO*C applications on a client that connects to a remote database. The client does not need the full RDBMS software install (We are on 11.2.0.4).
When I try to compile, all make files try to include the $(ORACLE_HOME)/precomp/lib/env_precomp.mk file - this file is available on a full RDBMS install, but it is not available in any of the precompiler instantclient packages. I have installed the following packages and none of them include env_precomp.mk
rpm -i $SW/oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpm
rpm -i $SW/oracle-instantclient11.2-devel-11.2.0.4.0-1.x86_64.rpm