Total Pageviews

Thursday 17 May 2012

Error in invoking target 'all_no_orcl' of makefile '/home/oracle/10.2.0/db_1/rdbms/lib/ins_rdbms.mk'.

Error while installing Oracle 10g x86_64 on RHEL4:

Error in invoking target 'all_no_orcl' of makefile '/home/oracle/10.2.0/db_1/rdbms/lib/ins_rdbms.mk'

Solution:Make sure that all the below mentioned RPMS are installed on the Linux server:
  • binutils-2.15.92.0.2.15 (x86_64)
  • binutils-2.15.92.0.2.10.EL4 (i386) (32-Bit RPM)-32 Bit RPM is necessary even if you are installing on 64-bit server.
  • binutils-2.15.92.0.2.13.0.0.0.2 (x86_64)
[root@sumitDB-server oracle]# rpm -ivh binutils-2.15.92.0.2-13.0.0.0.2.x86_64.rpm

Preparing... ########################################### [100%]

package binutils-2.15.92.0.2-15 (which is newer than binutils-2.15.92.0.2-13.0.0.0.2) is already installed

file /usr/bin/addr2line from install of binutils-2.15.92.0.2-13.0.0.0.2 conflicts with file from package binutils-2.15.92.0.2-15
file /usr/bin/ar from install of binutils-2.15.92.0.2-13.0.0.0.2 conflicts with file from package binutils-2.15.92.0.2-15
file /usr/bin/as from install of binutils-2.15.92.0.2-13.0.0.0.2 conflicts with file from package binutils-2.15.92.0.2-15
file /usr/bin/gprof from install of binutils-2.15.92.0.2-13.0.0.0.2 conflicts with file from package binutils-2.15.92.0.2-15
file /usr/bin/ld from install of binutils-2.15.92.0.2-13.0.0.0.2 conflicts with file from package binutils-2.15.92.0.2-15
file /usr/bin/nm from install of binutils-2.15.92.0.2-13.0.0.0.2 conflicts with file from package binutils-2.15.92.0.2-15
file /usr/lib64/libbfd.a from install of binutils-2.15.92.0.2-13.0.0.0.2 conflicts with file from package binutils-2.15.92.0.2-15
file /usr/lib64/libiberty.a from install of binutils-2.15.92.0.2-13.0.0.0.2 conflicts with file from package binutils-2.15.92.0.2-15
file /usr/lib64/libopcodes-2.15.92.0.2.so from install of binutils-2.15.92.0.2-13.0.0.0.2 conflicts with file from package binutils-2.15.92.0.2-15
file /usr/lib64/libopcodes.a from install of binutils-2.15.92.0.2-13.0.0.0.2 conflicts with file from package binutils-2.15.92.0.2-15


[root@sumitDB oracle]# rpm -ivh --force --oldpackage binutils-2.15.92.0.2-13.0.0.0.2.x86_64.rpm

Preparing... ########################################### [100%]
1:binutils ########################################### [100%]

[root@sumitDB oracle]#
[root@sumitDB oracle]# rpm -Uvh --force --oldpackage binutils-2.15.92.0.2-10.EL4.i386.rpm

warning: binutils-2.15.92.0.2-10.EL4.i386.rpm: V3 DSA signature: NOKEY, key ID 73307de6
Preparing... ########################################### [100%]
1:binutils ########################################### [100%]

[root@sumitDB oracle]#  rpm --query --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" binutils
  • binutils-2.15.92.0.2.15 (x86_64)
  • binutils-2.15.92.0.2.10.EL4 (i386)
  • binutils-2.15.92.0.2.13.0.0.0.2 (x86_64)

No comments:

Post a Comment