在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%] |