centos7 安装11.2.04 报错解决
Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0/db_home1/sysman/lib/ins_emagent.mk'. See '/u01/app/oraInventory/logs/installActions2017-09-19_11-09-52PM.log' for details.
内部bug
Problem:
When installing 11.2.0.4 on Redhat 7:
Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0.4/sysman/lib/ins_emagent.m'.
Workaround:
in $ORACLE_HOME/sysman/lib/ins_emagent.mk
Search for the line: $(MK_EMAGENT_NMECTL)
Change it to: $(MK_EMAGENT_NMECTL) -lnnz11
Solution: