Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle runInstaller fails on 10g for zLinux

Status
Not open for further replies.

attick111

Programmer
Nov 28, 2001
21
US
In have A zLinux machine (64-bit) and prior to installing went through the Oracle install docs plus Werner Puschitz's install document on "Installing Oracle Database 10g on Red Hat Enterprise Linux AS 3 and 2.1, Red Hat 9, and on Red Hat Fedora Core 1 and 3". When I run the install I keep getting the following error and then the install fails...

"Preparing to launch Oracle Universal Installer from
/tivoli/OraInstall2005-01-19_11-11-57AM. Please wait ...[ora...@tvt4049

Disk1]$ Warning: JIT compiler "jitc" not found. Will use interpreter.
Oracle Universal Installer, Version 10.1.0.3.0 Production
Copyright (C) 1999, 2004, Oracle. All rights reserved.

Exception java.lang.UnsatisfiedLinkError:
/tivoli/OraInstall2005-01-19_11-11-57AM/jre/1.4.2/bin/libfontmanager.so:
libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory occurred..
java.lang.UnsatisfiedLinkError:
/tivoli/OraInstall2005-01-19_11-11-57AM/jre/1.4.2/bin/libfontmanager.so:
libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory.........................."

I then went ahead and run....ln -s libstdc++-libc6.2-2.so.3

libstdc++-libc6.1-1.so.2 to create the symbolic links and still get the error.

If there is anyone out there who has encountered a problem like this, could you please help me out?

Attik
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top