Oracle Database 11g Release 2 Installer Error:
Now i am try to install database 11g R2 64 bit to 64bit RHEL6(Santiago), but got error like below:
Error in invoking target ‘mkldflags ntcontab.o nnfgt.o’ of makefile ‘/u01/app/oracle/product/11.2.0/dbhome_1/network/lib/ins_net_client.mk’. See ‘/u01/app/oraInventory/logs/installActions2013-05-02_10-13-34AM.log ‘ for details
And found a mistake that i forget to install gcc packages, i think the default installing RHEL6, gcc is installed too.
Check gcc is installed or not ?
1 2 3 4 |
[root@db ~]# rpm -qi gcc-* package gcc-* is not installed |
1 2 3 4 |
[root@db ~]# which gcc /usr/bin/which: no gcc in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin) |
Check gcc after installed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
root@db ~]# rpm -qi gcc-* Name : gcc Relocations: (not relocatable) Version : 4.4.4 Vendor: Red Hat, Inc. Release : 13.el6 Build Date: Mon 26 Jul 2010 08:57:30 PM ICT Install Date: Thu 02 May 2013 10:34:36 AM ICT Build Host: x86-008.build.bos.redhat.com Group : Development/Languages Source RPM: gcc-4.4.4-13.el6.src.rpm Size : 19366202 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions Signature : RSA/8, Mon 16 Aug 2010 11:10:18 PM ICT, Key ID 199e2f91fd431d51 Packager : Red Hat, Inc. URL : http://gcc.gnu.org Summary : Various compilers (C, C++, Objective-C, Java, ...) Description : The gcc package contains the GNU Compiler Collection version 4.4. You'll need this package in order to compile C code. |
After installed gcc and go back to the oracle installer GUI window (vnc xwindow), the installation can continue until completely.
Oracle 11gR2 Installer – Error in invoking target ‘mkldflags ntcontab.o nnfgt.o’