glibc.i686 for RHEL6.2-x86-64
Hi,
I have to install Oracle's 10g client on RHEL 6.2-x86-64. The '.oui' (Oracle Universal Installer) wants /lib/ld-linux.so.2.
YUM tells me, that it's part of ' glibc.i686 0:2.12-1.25.el6_1.3' but refuses to install it because of missing dependencies ( glibc-common.i686 and probably nss-softokn-freebl.i686). Is it not possible to install the 32-bit glibc in parallel to the 64-bit version? I thought that's the reason for /lib and /lib64...
And "Yes", I use the 64-bit version of the Oracle client software, sure. :-)
Do I miss something or do I really have a problem?
Thanks - Matthias
Responses
You should be able to run:
yum install glibc.i686
as root and yum will pull in the right dependencies automatically.
--
Siddhesh
Software Maintenance Engineer
Red Hat
Hi Mathias,
Please post the error you get while installing glibc.i686
Why do you try to install Oracle software on RHEL 6.x for most products are not supported or certified by Oracle on RHEL 6.x yet and Oracle 11g is in the certification process?
But to solve the issue please post the complete output of
yum install glibc.i686
Kind regards,
Jan Gerrit Kootstra
Mathhias,
As RHEL 6.2 is not yet general release, I am not able to test your issue.
Do you use a pre-release of RHEL 6.2 production DVD or the RHEL 6.2 beta?
Oracle only supports 10g on RHEL 5.x.
The issue at hand what you are facing is that you have installed a higher release of glibc-common.x86_64 then the release of glibc-common.i686 than can be found in your yum-repositories.
If I see the glibc-common.i686 release in your 'log' it looks like a RHEL 6.1 package.
So you need to add the RHEL6.2 beta channels to your machines or add the DVD as a repository.
Kind regards,
Jan Gerrit Kootstra