Issue:
Error in invoking target 'agent nmhs' of make file ins_emagent.mk while installing Oracle 11.2.0.4 on rhel 7
Cause:
New oracle 11.2.0.4 installation on RHEL 7 and the below error is reported during link stage
Solution:
Edit $ORACLE_HOME/sysman/lib/ins_emagent.mk, search for the line
$(MK_EMAGENT_NMECTL)
Then replace the line with
$(MK_EMAGENT_NMECTL) -lnnz11
Then click Retry to continue.
Error in invoking target 'agent nmhs' of make file ins_emagent.mk while installing Oracle 11.2.0.4 on rhel 7
Cause:
New oracle 11.2.0.4 installation on RHEL 7 and the below error is reported during link stage
Solution:
Edit $ORACLE_HOME/sysman/lib/ins_emagent.mk, search for the line
$(MK_EMAGENT_NMECTL)
Then replace the line with
$(MK_EMAGENT_NMECTL) -lnnz11
Then click Retry to continue.