使用 Yum 安装 Glibc2

使用 Yum 安装 Glibc2

我正在尝试安装 openoffice 3.4 所需的 glibc2 版本 2.11 https://issues.apache.org/ooo/show_bug.cgi?id=119393

但我似乎无法使用 yum 找到依赖项。我已经安装了以下依赖项。

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

我运行了以下命令来获取版本,但它显示了不同的内容

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

有人可以帮忙吗?

谢谢!

编辑:我正在使用 CentOS 2.6.18-128.1.10.el5

答案1

有人可以帮忙吗?

事实上,不是。glibc 是发行版的核心部分,不能随意升级。从源代码重建 OO。

相关内容