cancel
Showing results for 
Search instead for 
Did you mean: 

Installation issue oracle on linux while SAP Installation

Former Member
0 Kudos

Hello Dear,

I am installing SAP ECC6.0 on Linux red hat 6.0, every thing was going ok but on the oracle installation phase i am getting issue like.

oraord 18> ./RUNINSTALLER

oracle_stage is not set (OK)

oracle_base is not set (OK)

oracle_home is not set (OK)

oracle_sid is not set (OK)

oracle_home_name is not set (OK)

oracle_inst_group is not set (OK)

from_location is not set (OK)

tmp_netca_file is not set (OK)

tmp_dbca_file is not set (OK)

Working in /oracle/stage/102_64/database/SAP ...

Oracle SID:            ORD

Oracle Home:           /oracle/ORD/102_64

Oracle Home Name:      ORD_102_64

Oracle Install Group:  dba

Installing from:       /oracle/stage/102_64/database/stage/products.xml

oracle_stage="/oracle/stage/102_64"

oracle_base="/oracle"

oracle_version="102_64"

oracle_home="/oracle/ORD/102_64"

oracle_sid="ORD"

oracle_home_name="ORD_102_64"

oracle_inst_group="dba"

from_location="/oracle/stage/102_64/database/stage/products.xml"

tmp_netca_file="/tmp/.orainst_netca.62738"

tmp_dbca_file="/tmp/.orainst_dbca.62738"

ORACLE_BASE="/oracle"

ORACLE_HOME="/oracle/ORD/102_64"

================================

Preparing response files. Please wait:

======================================

Working on /oracle/stage/102_64/database/SAP/SVRCUSTOM.RSP

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

..............................................................

/oracle/stage/102_64/database/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.62738: Done

/oracle/stage/102_64/database/runInstaller: /oracle/stage/102_64/database/install/.oui: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

Please help me out.

regards

Santosh

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member182657
Active Contributor
0 Kudos

Addition to above you can refer SAP Note   1058757 - Problems with X-Server and rendering on Linux

Regards,

Former Member
0 Kudos

Hi Gaurav,

The command giving the result.

yum install xorg-x11-deprecated-libs

Loaded plugins: product-id, refresh-packagekit, security, subscription-manager

Updating certificate-based repositories.

Setting up Install Process

Nothing to do

former_member182657
Active Contributor
0 Kudos

Hi,

For this you need to configure yum server on your linux OS or if possible try to download it manually and install.

Regards,

Former Member
0 Kudos

Hi Gaurav,

From where i have to download or configure.

give me link or step

Please help me.

former_member182657
Active Contributor
0 Kudos

Hi,

You could configure with help of document at Setup Local YUM Server in CentOS 6.x / RHEL 6.x / Scientific Linux 6.x | OSTechNix

Regards,

Reagan
Advisor
Advisor
0 Kudos

Are you sure that Oracle 10G can be installed on RHEL 6?

Readthe SAP note 1496410 - Red Hat Enterprise Linux 6.x: Installation and Upgrade

former_member206552
Active Contributor
0 Kudos

Good Morning

Have you tried to install the package ?

yum -y install glibc.i686

Source : https://community.oracle.com/thread/3519186

Best Regards

Marius

Former Member
0 Kudos

Hi Marius,

I run the command

yum -y install glibc.i686

Loaded plugins: product-id, refresh-packagekit, security, subscription-manager

Updating certificate-based repositories.

Setting up Install Process

No package glibc.i686 available.

Error: Nothing to do

former_member206552
Active Contributor
0 Kudos

have a look if /lib/ld-2.11.3.so excists

if it does create a synbolic link

ld-linux.so.2 -> ld-2.11.3.so

ln -s /lib/ld-2.11.3.so /lib/ld-linux.so.2

Former Member
0 Kudos

while running ln -s /lib/ld-2.11.3.so /lib/ld-linux.so.2

Nothing is coming.

former_member206552
Active Contributor
0 Kudos

run ls -l /lib/ld-linux.so.2

now retry the installation

Former Member
0 Kudos

its come

ls -l /lib/ld-linux.so.2

lrwxrwxrwx. 1 root root 17 Sep 16 14:16 /lib/ld-linux.so.2 -> /lib/ld-2.11.3.so

former_member206552
Active Contributor
0 Kudos

Santosh please retry the installation

Former Member
0 Kudos

Its same issue

/oracle/stage/102_64/database/runInstaller: /oracle/stage/102_64/database/install/.oui: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

former_member206552
Active Contributor
0 Kudos

Santosh

please do

ls /lib/ld*

and paste the results

Former Member
0 Kudos

ls /lib/ld*

/lib/ld-linux.so.2

former_member206552
Active Contributor
0 Kudos

ok then /lib/ld-2.11.3.so does not excist

please download the RPM for your system and install it

http://rpmfind.net/linux/rpm2html/search.php?query=ld-linux.so.2

Former Member
0 Kudos

Hi Marius,

Its works but now i ma getting this issue.

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2015-09-16_03-32-03PM. Please wait ...abc:oraord 32> Oracle Universal Installer, Version 10.2.0.1.0 Production

Copyright (C) 1999, 2005, Oracle. All rights reserved.

Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2015-09-16_03-32-03PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory occurred..

java.lang.UnsatisfiedLinkError: /tmp/OraInstall2015-09-16_03-32-03PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory

    at java.lang.ClassLoader$NativeLibrary.load(Native Method)

    at java.lang.ClassLoader.loadLibrary0(Unknown Source)

    at java.lang.ClassLoader.loadLibrary(Unknown Source)

    at java.lang.Runtime.loadLibrary0(Unknown Source)

    at java.lang.System.loadLibrary(Unknown Source)

    at sun.security.action.LoadLibraryAction.run(Unknown Source)

    at java.security.AccessController.doPrivileged(Native Method)

    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)

    at sun.awt.DebugHelper.<clinit>(Unknown Source)

    at java.awt.Component.<clinit>(Unknown Source)

    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:222)

    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)

    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)

    at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:436)

    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:926)

    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)

Exception in thread "main" java.lang.NoClassDefFoundError

    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:222)

    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)

    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)

    at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:151)

    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:984)

    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)

former_member206552
Active Contributor
0 Kudos

Hi Santosh

please have a look below

source : Chapter 29. Oracle 10g and Linux Installation Errors and Troubleshooting

./runInstaller Crashes

The Oracle installer ./run Installer crashes with the 
Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2005-06-15_07-36-25AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory occurred.. java.lang.UnsatisfiedLinkError: /tmp/OraInstall2005-06-15_07-36-25AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1477)

You may receive this error message on Red Hat Enterprise Linux 3 x86-64, Red Hat Enterprise Linux 4 x86-64, and on other systems. Even though you most probably have /usr/X11R6/lib64/libXp.so.6 installed on your system, this error messages is complaining that it can not find the libXp.so.6 shared library for i386: 

/tmp/OraInstall2005-06-15_07-36-25AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory

Follow the instructions below to install the i386 XFree86-libs package (XFree86-libs-4.3.0-81.EL.i386.rpm or newer) on Red Hat Enterprise Linux 3 x86-64 with 10g (10.1.0.3) . In order to satisfy dependencies for this i386 package, you may need to install a few other i386 RPMs as well: 

# rpm -ivh XFree86-libs-4.3.0-81.EL.i386.rpm \ XFree86-Mesa-libGL-4.3.0-81.EL.i386.rpm \ expat-1.95.5-6.i386.rpm \ fontconfig-2.2.1-13.i386.rpm \ freetype-2.1.4-4.0.i386.rpm \ zlib-1.1.4-8.1.i386.rpm

In order to install 10g (10.1.0.3) on Red Hat Enterprise Linux 4 x86-64 update 1 you must install the i386 xorg-x11-deprecated-libs package (xorg-x11-deprecated-libs-6.8.2-1.EL.13.6.i386.rpm). The installation depends on the following packages, to install these packages execute the follow commands: 

# rpm -Uvh xorg-x11-deprecated-libs-6.8.2-1.EL.13.6.i386.rpm \ xorg-x11-libs-6.8.2-1.EL.13.6.i386.rpm \ xorg-x11-Mesa-libGL-6.8.2-1.EL.13.6.i386.rpm \ expat-1.95.7-4.i386.rpm \ fontconfig-2.2.3-7.i386.rpm \ freetype-2.1.9-1.i386.rpm \ zlib-1.2.1.2-1.i386.rpm

Installing 10g R2 (10.2.0.1.0) on Red Hat Enterprise Linux 4 x86-64 Update 2 requires the i386 xorg-x11-deprecated-libs package (xorg-x11-deprecated-libs-6.8.2-1.EL.13.20.i386.rpm). In order to satisfy dependencies for this i386 package, you may have to install a few other i386 RPMs as well: 


rpm -Uvh xorg-x11-deprecated-libs-6.8.2-1.EL.13.20.i386.rpm \ xorg-x11-libs-6.8.2-1.EL.13.20.i386.rpm \ xorg-x11-Mesa-libGL-6.8.2-1.EL.13.20.i386.rpm \ expat-1.95.7-4.i386.rpm \ fontconfig-2.2.3-7.i386.rpm \ freetype-2.1.9-1.i386.rpm \ zlib-1.2.1.2-1.2.i386.rpm

Former Member
0 Kudos

Hi,

Now i am getting this even i install libxp.so

find / -iname libXp.so.6

/usr/X11R6/lib64/libXp.so.6

/usr/lib/libXp.so.6

/usr/lib64/libXp.so.6

/root/Downloads/usr/lib/libXp.so.6

Issue on oracle

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2015-09-19_02-27-15PM. Please wait ...ose:oraord 22> Oracle Universal Installer, Version 10.2.0.1.0 Production

Copyright (C) 1999, 2005, Oracle. All rights reserved.

Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2015-09-19_02-27-15PM/jre/1.4.2/lib/i386/libawt.so: libXt.so.6: cannot open shared object file: No such file or directory occurred..

java.lang.UnsatisfiedLinkError: /tmp/OraInstall2015-09-19_02-27-15PM/jre/1.4.2/lib/i386/libawt.so: libXt.so.6: cannot open shared object file: No such file or directory

    at java.lang.ClassLoader$NativeLibrary.load(Native Method)

    at java.lang.ClassLoader.loadLibrary0(Unknown Source)

former_member182657
Active Contributor
0 Kudos

Hi Santosh,

Issue happening as because of unavailability of required OS packages,for any new installations try to follow per-requisites before the executions.If possible try to install xorg-x11-deprecated-libs rpm by command at OS level to re-try


yum install xorg-x11-deprecated-libs

Hope this will help you.

Regards,