首页 > 代码库 > Error in invoking target 'agent nmhs' of makefile

Error in invoking target 'agent nmhs' of makefile

安装Oracle11g报错:
Error in invoking target ‘agent nmhs‘ of makefile 
解决方法:
cd $ORACLE_HOME/sysman/lib
vi ins_emagent.mk
修改此处如下:
#===========================

#  emdctl

#===========================
$(SYSMANBIN)emdctl:
  $(MK_EMAGENT_NMECTL)-lnnz11

 

Error in invoking target 'agent nmhs' of makefile