0

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

Abbas Gadhia
  • 323
  • 1
  • 3
  • 10

1 Answers1

1

Can someone please help?

Actually, no. glibc is a core part of the distro and cannot be upgraded casually. Rebuild OO from source.

Ignacio Vazquez-Abrams
  • 45,019
  • 5
  • 78
  • 84