In this article, I will show you hot to solve “Error in invoking target ‘agent nmhs of makefile ins_emagent.mk” while you try to install Oracle 11.2.0.4 Database on a Oracle Enterprise Linux operating system. The error is:
You must edit $ORACLE_HOME/sysman/lib/ins_emagent.mk file, and change below line.
1 2 3 4 5 6 | 171 #=========================== 172 # emdctl 173 #=========================== 174 175 $(SYSMANBIN)emdctl: 176 $(MK_EMAGENT_NMECTL) |
Change line 176 as shown in below.
1 2 3 4 5 6 | 171 #=========================== 172 # emdctl 173 #=========================== 174 175 $(SYSMANBIN)emdctl: 176 $(MK_EMAGENT_NMECTL) -lnnz11 |
Save this file and press “Retry” button to continue installation.