参考: ID 2299494.1

In this Document

  Symptoms
  Changes
  Cause
  Solution
  References

APPLIES TO:

Oracle Database - Enterprise Edition - Version 11.2.0.4 to 11.2.0.4 [Release 11.2]
Linux x86-64

SYMPTOMS

When installing Oracle database 11.2.0.4 software on some Linux x86-64 releases, such as SUSE12SP1, SUSE12SP2 or RHEL7

the below error is reported during link stage:

Error in invoking target 'agent nmhs' of make file /u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk
$ORACLE_HOME/install/make.log shows below error:

collect2: error: ld returned 1 exit status
/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk:176: recipe for target '/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/emdctl' failed
make[1]: Leaving directory '/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib'
/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk:52: recipe for target 'emdctl' failed
make[1]: *** [/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/emdctl] Error 1
make: *** [emdctl] Error 2

  

CHANGES

This is a new oracle 11.2.0.4 installation on Linux

CAUSE

Link error on "ins_emagent.mk".

SOLUTION

1. 备份makefile

cp $ORACLE_HOME/sysman/lib/ins_emagent.mk  $ORACLE_HOME/sysman/lib/ins_emagent.mk.bak

  

2. 编辑makefile $ORACLE_HOME/sysman/lib/ins_emagent.mk, 查找下面的行

$(MK_EMAGENT_NMECTL)

  

Then replace the line with

$(MK_EMAGENT_NMECTL) -lnnz11

  

3. 点击Retry

最新文章

  1. sql小技巧
  2. UIWebView显示乱码问题
  3. 微信公众平台关于fakeid和openid的解析
  4. C迷途指针
  5. Channel Allocation
  6. 安卓RadioButton的使用
  7. TP复习5
  8. CSS预处理器Sass(Scss)、Less、Stylus
  9. 转:TestLink1.9.3测试用例:Excel转换XML工具<二>实现代码
  10. 常用Android开源框架
  11. NSIS 自定义页面制作关闭功能
  12. 问题(bug)确实不在代码逻辑上面,往往是配置、权限或者业务逻辑之外的地方(转)
  13. c# 执行js的方法
  14. drools 手动创建kmoudle.xml文件
  15. NOIP2008 立体图
  16. btcpool之StratumServer
  17. python中用psutil模块,yagmail模块监控CPU、硬盘、内存使用,阈值后发送邮件
  18. consul & registrator & consul-template 使用
  19. DWM1000 蓝点无限 PCB样板
  20. JWT验证

热门文章

  1. scalr调用openstack接口
  2. linux每天一小步---mv命令详解
  3. 团体程序设计天梯赛L2-024 部落 2017-04-18 11:31 274人阅读 评论(0) 收藏
  4. Codeforces761B Dasha and friends 2017-02-05 23:34 162人阅读 评论(0) 收藏
  5. ETL工作流缓慢原因查找方法
  6. mysql my.cnf优化
  7. nginx停止
  8. ASP.NET OAuth 2.0 新手上路
  9. WPF 平板上按钮点击不触发,鼠标点击触发的两种解决方法
  10. AutoMapper之如何开始,适合入门和演示