error ntcontab.o of makefile ins_net_client.mk
安裝oracle9i過程中報錯
Error in invoking target ntcontab.o of makefile /u01/app/oracle/product/9.0.2/network/lib/ins_net_client.mk
從錯誤來看,應該可以確定是下面某一個東西沒有裝
用這個命令查詢必須安裝的rpm
rpm -q gcc cpp compat-libstdc++ glibc-devel glibc-headers glibc-kernheaders binutils
[root@callcenter ~]# rpm -q gcc cpp compat-libstdc++ glibc-devel glibc-headers glibc-kernheaders binutils
gcc-3.4.6-10
cpp-3.4.6-10
並未安裝套件 compat-libstdc++
glibc-devel-2.3.4-2.41
glibc-devel-2.3.4-2.41
glibc-headers-2.3.4-2.41
glibc-kernheaders-2.4-9.1.103.EL
binutils-2.15.92.0.2-25
進入CD
[root@callcenter RPMS]# ls compat-libstdc++*
compat-libstdc++-296-2.96-132.7.2.i386.rpm compat-libstdc++-33-3.2.3-47.3.x86_64.rpm
compat-libstdc++-33-3.2.3-47.3.i386.rpm
[root@callcenter RPMS]# rpm -ivh compat-libstdc++-33-3.2.3-47.3.x86_64.rpm
警告:compat-libstdc++-33-3.2.3-47.3.x86_64.rpm: V3 DSA 簽章:NOKEY, key ID db42a60e
準備中... ########################################### [100%]
已經安裝 compat-libstdc++-33-3.2.3-47.3 套件
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8183550/viewspace-668111/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Error in invoking..makefile.../11.2.0.3/db_1/network/lib/ins_net_client.mkErrorclient
- 安裝as10g3的售後報錯Error in invoking target 'ntcontab.o' of makefileError
- Error in invoking target 'agent nmhs' of makefileError
- error in invoking target install of makefileError
- Error in invoking target 'irman ioracle' of makefileErrorOracle
- [Oracle] Error in invoking target 'agent nmhs' of makefileOracleError
- Exception String: Error in invoking target of makefileExceptionError
- Exception String: Error in invoking target install of makefileExceptionError
- Error in invoking target “install” of makefile 'ins_ctx.mk'Error
- Error in invoking target agent nmhs of makefile ins_emagent.mkError
- :-1: error: [Makefile.Debug:1234: debug/moc_serialportthread.cpp] Error 1Errorthread
- 安裝12c遇到 Error in invoking target 'irman ioracle' of makefileErrorOracle
- Error in invoking target 'client_sharedlib' of makefile ins_rdbms.mkErrorclient
- Error in invoking target install of makefile plsql/lib/ins_plsql.mkErrorSQL
- Makefile
- CentOS7.6安裝oracle 11.2.0.4 Error in invoking target 'agent nmhs' of makefileCentOSOracleError
- 【Oracle】Linux7安裝11g Error in invoking target 'agent nmhs' of makefileOracleLinuxError
- 【Makefile】5-Makefile變數的基礎變數
- Makefile筆記筆記
- makefile 詳解
- opensuse install oracle 11gR2 Error in invoking target 'agent nmhs' of makefile '../ins_emagent.mk'OracleError
- 【Oracle】Linux7安裝11g 86%報錯:Error in invoking target 'agent nmhs' of makefileOracleLinuxError
- makefile快速入門
- makefile之overrideIDE
- makefile 簡明教程
- Makefile學習(一)
- makefile筆記(2)筆記
- 使用makefile編譯編譯
- Makefile使用教程1
- makefile檔案案例
- Makefile學習之路(2) — Makefile的變數和萬用字元變數字元
- CMakeFile.txt透過sysroot方式後生成makefile報錯
- Rocky9安裝python3.6報錯 make: *** [Makefile:1102: install] Error 139PythonError
- Makefile學習筆記筆記
- 初識makefile結構
- udp測試程式 + makefileUDP
- Makefile 讀書筆記筆記
- makefile =和:=的區別