Error in invoking target 'nnfgt.o' of makefile '/home/oracle/oracle/product/10.2.0/db_1/network/lib/ [message #408862] |
Thu, 18 June 2009 02:03 |
sanjay6713
Messages: 40 Registered: June 2009 Location: INDIA
|
Member |
|
|
Hi All.,,
Following is the error i got while installing oracle 10g 64 bit on RHEL 5 x86_64 bit OS.
********************************************************************
Error in invoking target 'nnfgt.o' of makefile '/home/oracle/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'.
**********************************************************************
I have the following packages installed.
######################################################################
[oracle@mail3 ORACLE_INSTALLATION_FILES]$ rpm -q binutils gcc gcc-c++ glibc gnome-libs libstdc++ libstdc++-devel make \
> pdksh sysstat xscreensaver libaio
binutils-2.17.50.0.6-9.el5
gcc-4.1.2-44.el5
gcc-c++-4.1.2-44.el5
glibc-2.5-34
glibc-2.5-34
package gnome-libs is not installed
libstdc++-4.1.2-44.el5
libstdc++-4.1.2-44.el5
libstdc++-devel-4.1.2-44.el5
make-3.80-8
package pdksh is not installed
sysstat-7.0.2-3.el5
package xscreensaver is not installed
libaio-0.3.106-3.2
libaio-0.3.106-3.2
##################################################
Note:
i m using trial version of both OS and Oracle 10g s/w
Attached is the make.log
Please Help me out here.
Thanks in Adv
-
Attachment: make.log
(Size: 3.78KB, Downloaded 2419 times)
|
|
|
Re: Error in invoking target 'nnfgt.o' of makefile '/home/oracle/oracle/product/10.2.0/db_1/network/ [message #408900 is a reply to message #408862] |
Thu, 18 June 2009 04:27 |
amitzil
Messages: 9 Registered: June 2009
|
Junior Member |
|
|
Hi,
Your problem is probably missing RPMs.
Note that there are several RPMs that Oracle requires both the 64-bit version and 32-bit version (such as glibc and glicd-devel).
The full list of required RPMs is:
binutils-2.17.50 (x86_64)
compat-db-4.2.52 (x86_64)
compat-libstdc++-296(i386)
compat-libstdc++-33-3.2.3 (x86_64)
compat-libstdc++-33-3.2.3(i386)
control-center-2.16.0 (x86_64)
gcc-4.1.1 (x86_64)
gcc-c++-4.1.1 (x86_64)
glibc-2.5-12 (x86_64)
glibc-2.5-12 (i686)
glibc-common-2.5-12 (x86_64)
glibc-devel-2.5-12 (x86_64)
glibc-devel-2.5-12(i386)
glibc-headers-2.5-12 (x86_64)
ksh-20060214-1.4 (x86_64)
libaio-0.3.96 (x86_64)
libgcc-4.1.1(i386)
libgcc-4.1.1(x86_64)
libgnome-2.16.0 (x86_64)
libgnomeui-2.16.0 (x86_64)
libgomp-4.1.1 (x86_64)
libstdc++-4.1.1 (x86_64)
libstdc++-devel-4.1.1 (x86_64)
libXp-1.0.0-8 (i386)
make-3.81 (x86_64)
sysstat-7.0.0 (x86_64)
You can check note 421308.1 in metalink for all requirements of 10gR2 on RHEL5 64bit.
Liron Amitzi
Senior DBA consultant
[Updated on: Sun, 21 June 2009 02:36] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|