在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..”的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-17getExternalFilesDir这个方法哪些安卓版本可以使用?-icode9专业技术文章分享
- 2024-11-17app下载好后,安装包更新代码怎么写?-icode9专业技术文章分享
- 2024-11-17login-customer-id 如何获取?-icode9专业技术文章分享
- 2024-11-17使用 vite加载.env 文件环境变量无法加载是什么原因?-icode9专业技术文章分享
- 2024-11-17tp钱包是什么,有哪些功能?-icode9专业技术文章分享
- 2024-11-16在电脑上怎么模拟手机的运行环境?-icode9专业技术文章分享
- 2024-11-16接收socket数据,莫名其妙socket就关闭了是怎么回事?-icode9专业技术文章分享
- 2024-11-16ts nightly是什么?-icode9专业技术文章分享
- 2024-11-16如何升级vscode版本?-icode9专业技术文章分享
- 2024-11-16如何设置vscode默认的node版本?-icode9专业技术文章分享