首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何在sles11上安装libc.so.6(GLIBC_2.14)(64位)

如何在sles11上安装libc.so.6(GLIBC_2.14)(64位)
EN

Stack Overflow用户
提问于 2016-08-04 16:59:05
回答 1查看 18.5K关注 0票数 0

当我尝试安装rpm -i glibc-64bit-2.17-4.4.1.ppc.rpm时,我不知道如何解决这个问题

我收到冲突错误:

代码语言:javascript
复制
warning: glibc-64bit-2.17-4.4.1.ppc.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID 3dbdc284
    package glibc-64bit-2.17-4.4.1.ppc is intended for a ppc architecture
    file /lib64/libBrokenLocale.so.1 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libSegFault.so from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libanl.so.1 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libc.so.6 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libcidn.so.1 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libcrypt.so.1 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libdl.so.2 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libm.so.6 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libnsl.so.1 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libnss_compat.so.2 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libnss_dns.so.2 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libnss_files.so.2 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libnss_hesiod.so.2 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libnss_nis.so.2 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libnss_nisplus.so.2 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libpthread.so.0 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libresolv.so.2 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/librt.so.1 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libthread_db-1.0.so from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
    file /lib64/libutil.so.1 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64

任何帮助都会给你很高的appreciated.Thank

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-08-04 17:23:24

您的转速是错误的;它清楚地显示:

代码语言:javascript
复制
package glibc-64bit-2.17-4.4.1.ppc is intended for a ppc architecture

试着在http://rpm.pbone.net/index.php3上找一个;我在这里找到了一个候选人:

ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home%3A/bmwiedemann%3A/branches%3A/Base%3A/System/openSUSE_Factory/

在那里,您需要选择您的架构。使用命令检查您的体系结构

代码语言:javascript
复制
uname -m
票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/38762880

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档