zoukankan      html  css  js  c++  java
  • 安装mysql报Requires: libc.so.6(GLIBC_2.17)(64bit)

    Error: Package: mysql-community-server-5.6.40-2.el7.x86_64 (mysql56-community)
               Requires: libc.so.6(GLIBC_2.17)(64bit)
    Error: Package: mysql-community-server-5.6.40-2.el7.x86_64 (mysql56-community)
               Requires: systemd
    Error: Package: mysql-community-libs-5.6.40-2.el7.x86_64 (mysql56-community)
               Requires: libc.so.6(GLIBC_2.17)(64bit)
    Error: Package: mysql-community-server-5.6.40-2.el7.x86_64 (mysql56-community)
               Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
    Error: Package: mysql-community-client-5.6.40-2.el7.x86_64 (mysql56-community)
               Requires: libc.so.6(GLIBC_2.17)(64bit)
     You could try using --skip-broken to work around the problem
    

    在centos上安装mysql 报上名的错误,经查询发现系统已经安装了libc.so.6,

    #cd /etc/yum.repos.d/
    #sudo vi mysql-community.repo
    找到mysql-56-community
    将enable置为0 enable=0
    重新安装mysql sudo yum install mysql-server

    原因大约是这个:软件的源有错误,要把那个禁用掉

    https://unix.stackexchange.com/questions/280385/can-not-install-mysql-server-on-centos-6-7-32bit-error-need-rpm

  • 相关阅读:
    约数个数 和 约数之和
    二分模板
    新生赛补题
    codefores刷题心得3 思维+dp(特别好玩)
    二叉树的遍历及例题
    团队作业七——团队作业分配
    WarPlane——游戏设计文档
    团队作业(五)
    团队作业(四)
    团队项目方案分析
  • 原文地址:https://www.cnblogs.com/timlong/p/9318128.html
Copyright © 2011-2022 走看看