Error in invoking target 'agent nmhs' of makefile
現象
CentOS 7.7安裝Oracle 11.2.0.4,由於作業系統版本過高,導致lib連結報錯。
解決
vi /home/oracle/app/oracle/product/11.2.0/db_1/sysman/lib/ins_emagent.mk
將
#=========================== # emdctl #=========================== $(SYSMANBIN)emdctl: $(MK_EMAGENT_NMECTL)
修改為
#=========================== # emdctl #=========================== $(SYSMANBIN)emdctl: $(MK_EMAGENT_NMECTL) -lnnz11
參考:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31439444/viewspace-2703378/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- CentOS7.6安裝oracle 11.2.0.4 Error in invoking target 'agent nmhs' of makefileCentOSOracleError
- 【Oracle】Linux7安裝11g 86%報錯:Error in invoking target 'agent nmhs' of makefileOracleLinuxError
- Linux7安裝11g 86%報錯:Error in invoking target 'agent nmhs'LinuxError
- Error in invoking target “install” of makefile 'ins_ctx.mk'Error
- 安裝as10g3的售後報錯Error in invoking target 'ntcontab.o' of makefileError
- FATAL - Fatal error: Target Interaction Manager failed at StartupErrorAI
- :-1: error: [Makefile.Debug:1234: debug/moc_serialportthread.cpp] Error 1Errorthread
- CMake Error: add_executable cannot create target ““ because another target with the same name已解決Error
- ssh-add 報錯:Error connecting to agent No such file or directoryError
- Rocky9安裝python3.6報錯 make: *** [Makefile:1102: install] Error 139PythonError
- Makefile
- Openfiler配置ISCSI Target及FC Target
- 【Makefile】5-Makefile變數的基礎變數
- makefile之overrideIDE
- makefile規則
- CSS E:targetCSS
- currentTarget VS target
- 千問AI agent qwan_agent使用AI
- 使用makefile編譯編譯
- Makefile使用教程1
- makefile 簡明教程
- Makefile學習(一)
- Makefile好助手:pkgconfigGC
- makefile檔案案例
- makefile快速入門
- iOS 配置多targetiOS
- JavaScript event.targetJavaScript
- firewalld: zone的target
- Makefile學習之路(2) — Makefile的變數和萬用字元變數字元
- ORA-00837: Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
- 16.Makefile約定
- makefile =和:=的區別
- Makefile學習筆記筆記
- 初識makefile結構
- Makefile例項學習
- 智慧體Agent智慧體
- Java Agent(上)Java
- currentTarget與target區別