Install Glibc2 using Yum

Posted by Nerrve on Server Fault See other posts from Server Fault or by Nerrve
Published on 2012-06-09T02:47:02Z Indexed on 2012/06/09 4:41 UTC
Read the original article Hit count: 630

Filed under:
|
|
|
|

I'm trying to install glibc2 version 2.11 that's needed for openoffice 3.4 https://issues.apache.org/ooo/show_bug.cgi?id=119393

but i can't seem to find the dependency with yum. I already have the following dependencies installed.

glibc.i686                                2.5-49.el5_5.7               installed
glibc.x86_64                              2.5-49.el5_5.7               installed
glibc-common.x86_64                       2.5-49.el5_5.7               installed
glibc-devel.x86_64                        2.5-49.el5_5.7               installed
glibc-headers.x86_64                      2.5-49.el5_5.7               installed
libc-client.x86_64                        2004g-2.2.1                  installed

and

glibc.i686                                2.5-81.el5_8.2               updates
glibc.x86_64                              2.5-81.el5_8.2               updates
glibc-common.x86_64                       2.5-81.el5_8.2               updates
glibc-devel.i386                          2.5-81.el5_8.2               updates
glibc-devel.x86_64                        2.5-81.el5_8.2               updates
glibc-headers.x86_64                      2.5-81.el5_8.2               updates
glibc-utils.x86_64                        2.5-81.el5_8.2               updates

I ran the following to get the version but it shows something different

[root@***** /]# ./lib64/libc.so.6
GNU C Library stable release version 2.5, by Roland McGrath et al.

Can someone please help?

Thanks!

EDIT : I'm using CentOS 2.6.18-128.1.10.el5

© Server Fault or respective owner

Related posts about linux

Related posts about yum