在Centos安装oracle_11gR2进度68%"Error in invoking target mkldflags ntcontab.o nnfgt.o of makefile..”
2021/8/26 19:07:48
本文主要是介绍在Centos安装oracle_11gR2进度68%"Error in invoking target mkldflags ntcontab.o nnfgt.o of makefile..”,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
一、异常描述
在centos6.4系统安装oracle_x64_11gR2_database版本,安装至68%进度的时,如下图抛出"Error in invoking target mkldflags ntcontab.o nnfgt.o of makefile /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/lib/ins_net_client.mk.See /home/oracle/oraInventory/logs/installAction2017-01-18_04-12-30PM.log for details"异常
二、解决步骤
1. 下载对应版本cpp-4.4.7-3.el6.x86_64.rpm、ppl-0.10.2-11.el6.x86_64.rpm 、cloog-ppl-0.15.7-1.2.el6.x86_64.rpm、mpfr-2.4.1-6.el6.x86_64.rpm包进行安装
2. 安装脚本如下所示
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
[root@xoms soft] # rpm -ivh ppl-0.10.2-11.el6.x86_64.rpm
Preparing... ########################################### [100%]
1:ppl ########################################### [100%]
[root@xoms soft] # ls -l
total 17676
-rw-r--r--. 1 root root 95452 Jan 18 17:43 cloog-ppl-0.15.7-1.2.el6.x86_64.rpm
-rw-r--r--. 1 root root 3917484 Jan 18 17:14 cpp-4.4.7-3.el6.x86_64.rpm
drwxrwxrwx. 3 root root 4096 Jan 16 13:37 linux.x64_11gR2_database
-rw-r--r--. 1 root root 10920091 Jan 16 11:34 mysql-connector-odbc-5.3.6-linux-el6-x86-64bit. tar .gz
-rw-r--r--. 1 root root 1322280 Jan 18 17:27 ppl-0.10.2-11.el6.x86_64.rpm
-rw-r--r--. 1 root root 1830660 Jan 16 11:25 unixODBC-2.3.4. tar .gz
[root@xoms soft] # rpm -ivh cloog-ppl-0.15.7-1.2.el6.x86_64.rpm
warning: cloog-ppl-0.15.7-1.2.el6.x86_64.rpm: Header V3 RSA /SHA256 Signature, key ID fd431d51: NOKEY
Preparing... ########################################### [100%]
1:cloog-ppl ########################################### [100%]
[root@xoms soft] # ls -l
total 17836
-rw-r--r--. 1 root root 95452 Jan 18 17:43 cloog-ppl-0.15.7-1.2.el6.x86_64.rpm
-rw-r--r--. 1 root root 3917484 Jan 18 17:14 cpp-4.4.7-3.el6.x86_64.rpm
drwxrwxrwx. 3 root root 4096 Jan 16 13:37 linux.x64_11gR2_database
-rw-r--r--. 1 root root 160772 Jan 18 17:51 mpfr-2.4.1-6.el6.x86_64.rpm
-rw-r--r--. 1 root root 10920091 Jan 16 11:34 mysql-connector-odbc-5.3.6-linux-el6-x86-64bit. tar .gz
-rw-r--r--. 1 root root 1322280 Jan 18 17:27 ppl-0.10.2-11.el6.x86_64.rpm
-rw-r--r--. 1 root root 1830660 Jan 16 11:25 unixODBC-2.3.4. tar .gz
[root@xoms soft] # rpm -ivh mpfr-2.4.1-6.el6.x86_64.rpm
Preparing... ########################################### [100%]
1:mpfr ########################################### [100%]
[root@xoms soft] # rpm -ivh cpp-4.4.7-3.el6.x86_64.rpm
warning: cpp-4.4.7-3.el6.x86_64.rpm: Header V3 RSA /SHA256 Signature, key ID fd431d51: NOKEY
Preparing... ########################################### [100%]
1:cpp ########################################### [100%]
|
这篇关于在Centos安装oracle_11gR2进度68%"Error in invoking target mkldflags ntcontab.o nnfgt.o of makefile..”的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2025-01-05Easysearch 可搜索快照功能,看这篇就够了
- 2025-01-04BOT+EPC模式在基础设施项目中的应用与优势
- 2025-01-03用LangChain构建会检索和搜索的智能聊天机器人指南
- 2025-01-03图像文字理解,OCR、大模型还是多模态模型?PalliGema2在QLoRA技术上的微调与应用
- 2025-01-03混合搜索:用LanceDB实现语义和关键词结合的搜索技术(应用于实际项目)
- 2025-01-03停止思考数据管道,开始构建数据平台:介绍Analytics Engineering Framework
- 2025-01-03如果 Azure-Samples/aks-store-demo 使用了 Score 会怎样?
- 2025-01-03Apache Flink概述:实时数据处理的利器
- 2025-01-01使用 SVN合并操作时,怎么解决冲突的情况?-icode9专业技术文章分享
- 2025-01-01告别Anaconda?试试这些替代品吧