Error in invoking target ‘agent nmhs‘ of makefile
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Error in invoking target ‘agent nmhs‘ of makefile相关的知识,希望对你有一定的参考价值。
**【Oracle】Linux7.4安装11g
86%报错:Error in invoking target ‘agent nmhs‘ of makefile
OS:redhat7.4 64bit
DB:Oracle 11.2.0.4**
%86时出现报错 Error in invoking target ‘agent nmhs‘ of makefile
解决方案:
在makefile中添加链接libnnz11库的参数
修改$ORACLE_HOME/sysman/lib/ins_emagent.mk,
将
$(MK_EMAGENT_NMECTL)
修改为:$(MK_EMAGENT_NMECTL) -lnnz11
建议修改前备份原始文件
[[email protected] ~]$ cd $ORACLE_HOME/sysman/lib
[[email protected] lib]$ cp ins_emagent.mk ins_emagent.mk.bak
[[email protected] lib]$ vi ins_emagent.mk
命令模式输入/NMECTL 进行查找,快速定位要修改的行
在后面追加参数-lnnz11,第一个是字母l ,后面两个是数字1:
$(MK_EMAGENT_NMECTL)
改变为:
$(MK_EMAGENT_NMECTL) -lnnz11
保存退出后Retry
以上是关于Error in invoking target ‘agent nmhs‘ of makefile的主要内容,如果未能解决你的问题,请参考以下文章
安装oracle报错:Error in invoking target 'agent nmhs' of makefile
CentOS 7 安装oracle 11.2.0.4 Error in invoking target 'agent nmhs' of makefile
Linux7安装Oracle 11g 86%报错:Error in invoking target 'agent nmhs' of makefile
Linux7 64安装 oracle 11g Error in invoking target 'agent nmhs' of makefile
CentOS 7.2 安装 Oracle 11g 报错:Error in invoking targ
There is an error in invoking javac. A full JDK (not just JRE) is required