I have a problem with installing the Oracle foreign data wrapper for PostgreSQL_11 on CENTOS 8.
I have no connection to internet, so I copied all necessary files by SSH, I have installed PostgreSQL 11 and Oracle client, and finally need to install Oracle FWD (oracle_fwd-master.zip). Initially I unzipped and then by instruction below: ORACLE FDW INSTALLATION:
root@user-laptop:~# cd /opt/oracle_fdw/
root@user-laptop:/opt/oracle_fdw# make
root@user-laptop:/opt/oracle_fdw# make install
but I got below issue
[root@oracle_fdw-master]# make
make: pg_config: Command not found
make: *** No targets. Stop.**
Please help how it can be resolved?