Error in invoking target 'agent nmhs' of makefile

在linux上安装oracle 11.2.0.4的过程中可能会遇到以下情况

Error in invoking target 'agent nmhs' of makefile

需要修改警告中的文件



[[email protected] ~]$ cd $ORACLE_HOME/sysman/lib/
[[email protected] lib]$ ls ins_emagent.mk 

ins_emagent.mk

把$(MK_EMAGENT_NMECTL)修改为$(MK_EMAGENT_NMECTL) -lnnz11

Error in invoking target 'agent nmhs' of makefile

然后点retry就可以通过了

Error in invoking target 'agent nmhs' of makefile




参考文档:

error in invoking target 'agent nmhs' of make file ins_emagent.mk while installing Oracle 11.2.0.4 on Linux (文档 ID 2299494.1)