gpt4 book ai didi

mysql 安装 - 因依赖性错误而失败

转载 作者:太空宇宙 更新时间:2023-11-04 05:04:52 24 4
gpt4 key购买 nike

在我的32位linux系统中,我尝试安装mysql 5。

#rpm -ivh MySQL-server-community-5.1.72-1.rhel5.i386.rpm MySQL-client-community-5.1.72-1.rhel5.i386.rpm

warning: MySQL-server-community-5.1.72-1.rhel5.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
error: Failed dependencies:
libc.so.6(GLIBC_2.3.4) is needed by MySQL-server-community-5.1.72-1.rhel5
libc.so.6(GLIBC_2.4) is needed by MySQL-server-community-5.1.72-1.rhel5
libpthread.so.0(GLIBC_2.3.4) is needed by MySQL-server-community-5.1.72-1.rhel5
rtld(GNU_HASH) is needed by MySQL-server-community-5.1.72-1.rhel5
libc.so.6(GLIBC_2.3.4) is needed by MySQL-client-community-5.1.72-1.rhel5
libc.so.6(GLIBC_2.4) is needed by MySQL-client-community-5.1.72-1.rhel5
rtld(GNU_HASH) is needed by MySQL-client-community-5.1.72-1.rhel5

有人可以帮我安装吗?

提前致谢

最佳答案

它说您至少需要 glibc 版本 2.4,但 2.3.4 也不存在。自 RHEL4 ends at 2.3.4而你没有它,你的问题是:

  1. 您正在尝试在(4.8 之前的)RHEL4 机器上安装 RHEL5 RPM。
  2. 您没有在 RHEL5-64 机器上安装 32 位版本的 glibc

你说它是一个32位的盒子,所以它看起来像前者。您也许可以从源 RPM 重建 RPM,但如果您的操作系统太旧,则不太可能工作。

关于mysql 安装 - 因依赖性错误而失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18975001/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com