RE: Oracle 10201 on redhat5 32bit
Date: Fri, 30 Apr 2010 13:30:01 -0400
Message-ID: <6AFC12B9BFCDEA45B7274C534738067F41FED9A2_at_AAPQMAILBX02V.proque.st>
FYI, this should work for yum:
sudo yum install libXp.i386
Hope that helps,
-Mark
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Masha Gurenich
Sent: Friday, April 30, 2010 1:13 PM
To: kjetil_at_oneteam.no
Cc: Oracle L
Subject: Re: Oracle 10201 on redhat5 32bit
All, thank you!!
I downloaded libXp-1.0.0-8.i386.rpm from RHN and installed it using the familiar rpm -ivh commands and all worked. Yum wasn't really happy:
[root_at_zimmer oracle]# yum install libXp-1.0.0-8.i386.rpm
Loaded plugins: rhnplugin, security
Setting up Install Process
Examining libXp-1.0.0-8.i386.rpm: libXp-1.0.0-8.i386
libXp-1.0.0-8.i386.rpm: does not update installed package.
Nothing to do
So yum is not yumm, nope, nada.. :))
Thanks again,
M
2010/4/30 Kjetil Str�nen <kjetil_at_oneteam.no<mailto:kjetil_at_oneteam.no>>
On Fri, 2010-04-30 at 11:27 -0400, Masha Gurenich wrote:
> Hi list,
>
> I am trying to install the subj and it fails with the following
> error:
<snip>
> java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-30_09-40-45AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
>
> I checked if the package is installed, it looks like it is:
>
> [root_at_zimmer ~]# yum provides libXp.so.6
> Loaded plugins: rhnplugin, security
> libXp-1.0.0-8.i386 : X.Org X11 libXp runtime library
> Repo : rhel-i386-server-5
> Matched from:
> Other : libXp.so.6
<snip>
> [root_at_zimmer ~]# rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}
> (%{ARCH})\n" | grep libXp
> libXpm-3.5.5-3 (i386)
>
>
> I am not really clear why the versions of the packages differ in yum
> in rpm -q, but at least it is obvious that the package is on the
> place.
No, libXp != libXpm.
[root_at_<hosr> ~]# yum list libXp*
Loaded plugins: security
Installed Packages
libXp.i386 1.0.0-8.1.el5 installed libXpm.x86_64 3.5.5-3 installed
--Kjetil
-- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Fri Apr 30 2010 - 12:30:01 CDT