Home » Infrastructure » Linux » 10gR2 on RHEL 5
10gR2 on RHEL 5 [message #474062] Thu, 02 September 2010 09:02 Go to next message
PanamDimas
Messages: 63
Registered: April 2010
Location: Maryland . U.S.A
Member
Hello All,
I am trying to install 10gR2 on RHEL 5.1.19.6
I keeps giving me the following error:
All installer requirements met.

Preparing to launch Oracle Universal Installer from
/tmp/OraInstall2010-09-02_05-48-17AM.
Please wait ...[oracle@john database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-09-02_05-48-17AM/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)

Kindly help me on how to resolve this issue please

Thank you
Re: 10gR2 on RHEL 5 [message #474063 is a reply to message #474062] Thu, 02 September 2010 09:10 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>libXp.so.6: cannot open shared object file: No such file or directory
resolve this "missing" file.

unless & until you can successfully run "xclock", then OUI will never succeed.
Re: 10gR2 on RHEL 5 [message #474065 is a reply to message #474062] Thu, 02 September 2010 09:19 Go to previous messageGo to next message
PanamDimas
Messages: 63
Registered: April 2010
Location: Maryland . U.S.A
Member
Hi Blackswan,

I was able to run xclock.
I actually added redhat-5 to the oraparam.ini file in the install directory to accomadate my version of RHEL cos it was not there.
I really dont know what to do again.
I dont even understand what the whole error message means.
Re: 10gR2 on RHEL 5 [message #474072 is a reply to message #474065] Thu, 02 September 2010 09:49 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
find / -name libXp.so\* -print 2>/dev/null

post results from command above
Re: 10gR2 on RHEL 5 [message #474074 is a reply to message #474062] Thu, 02 September 2010 10:02 Go to previous messageGo to next message
PanamDimas
Messages: 63
Registered: April 2010
Location: Maryland . U.S.A
Member
>find / -name libXp.so\* -print 2>/dev/null

>post results from command above

result:
]$ find: invalid predicate '-print2'

attached are the content of my .bash_profile maybe it will help:

# ORACLE SETTINGS
TMP=/tmp; export TMP
TMPDIR=$TMP; export TMPDIR

ORACLE_BASE=/home/oracle/app; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/11.1.0/db_1; export ORACLE_HOME
ORACLE_SID=johndbdb; export ORACLE_SID
ORACLE_TERM=xterm; export ORACLE_TERM
PATH=/usr/sbin:$PATH; export PATH
PATH=$ORACLE_HOME/bin:$PATH; export PATH

LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH

if [ $USER = "oracle" ]; then
if [ $SHELL = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
fi
Re: 10gR2 on RHEL 5 [message #474078 is a reply to message #474074] Thu, 02 September 2010 10:11 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
I am sorry to see COPY & PASTE are broken for you.
Re: 10gR2 on RHEL 5 [message #474080 is a reply to message #474062] Thu, 02 September 2010 10:17 Go to previous messageGo to next message
PanamDimas
Messages: 63
Registered: April 2010
Location: Maryland . U.S.A
Member
well,

I am really new to IT ,Oracle,linux and trouble shooting.
encouragment would go a long way in motivating and keeping me in the field.

Thanks
Re: 10gR2 on RHEL 5 [message #474097 is a reply to message #474080] Thu, 02 September 2010 10:46 Go to previous messageGo to next message
ThomasG
Messages: 3211
Registered: April 2005
Location: Heilbronn, Germany
Senior Member
Ok, so I encourage you to hunt down the missing library. ;-P

Oracle is not really for beginners to start with, but trying to install it on a not officially supported platform does *really* require an expert.

Basically, it would not be wise to encourage someone who hasn't yet learned to swim to go scuba diving.

So to learn to swim first, it would be a good idea to stick to a supported OS/Oracle combination to learn the basics.
Re: 10gR2 on RHEL 5 [message #474101 is a reply to message #474097] Thu, 02 September 2010 10:54 Go to previous messageGo to next message
mkounalis
Messages: 147
Registered: October 2009
Location: Dallas, TX
Senior Member
I would also encourage you to read the Linux installation document at docs.oracle.com and make sure that the required Linux packages are present. I have to agree that you are attempting a very complicated installation needlessly - if you are a beginner you shouldn't be attempting to install Oracle on VMWARE (which I assume you are doing based on your previous posts about issues installing 11g . . . ). However, there is a cheap trick you can do that might help you out a little. Re-install the Linux OS and select to install EVERYTHING. You will waste tremendous amounts of disk space, open your system up to hacking far and wide, but you will probably not have any issues with missing packages. Mileage may vary. Good luck!
Re: 10gR2 on RHEL 5 [message #474103 is a reply to message #474062] Thu, 02 September 2010 11:10 Go to previous messageGo to next message
PanamDimas
Messages: 63
Registered: April 2010
Location: Maryland . U.S.A
Member
Thank you so much all.

i will adhere to your advice.

Thank you
Re: 10gR2 on RHEL 5 [message #474105 is a reply to message #474062] Thu, 02 September 2010 11:21 Go to previous messageGo to next message
PanamDimas
Messages: 63
Registered: April 2010
Location: Maryland . U.S.A
Member
WooooaW!

I got it working!!!!
Thanks a lot Thomas! & Mkounalis!

I downloaded the package online and it ran when I ran the installer again.

Thank you so much for mentoring and encouraging me!
Re: 10gR2 on RHEL 5 [message #474106 is a reply to message #474105] Thu, 02 September 2010 11:26 Go to previous message
ThomasG
Messages: 3211
Registered: April 2005
Location: Heilbronn, Germany
Senior Member
Great. Thanks for the feedback.
Previous Topic: Oracle 11gR2 on RHEL5 on Vmware
Next Topic: Install oracle in Ubuntu
Goto Forum:
  


Current Time: Thu Mar 28 14:49:38 CDT 2024