• xtrabackup需要Requires: libev.so.4()(64bit)


    [root@test153 ~]# wget https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-2.3.4/binary/redhat/6/x86_64/percona-xtrabackup-2.3.4-1.el6.x86_64.rpm   

    2018-10-16 09:51:36 (723 KB/s) - “percona-xtrabackup-2.3.4-1.el6.x86_64.rpm” saved [5701116/5701116]

    [root@test153 ~]# yum localinstall percona-xtrabackup-2.3.4-1.el6.x86_64.rpm
    Loaded plugins: fastestmirror
    Setting up Local Package Process
    Examining percona-xtrabackup-2.3.4-1.el6.x86_64.rpm: percona-xtrabackup-2.3.4-1.el6.x86_64
    Marking percona-xtrabackup-2.3.4-1.el6.x86_64.rpm to be installed
    ...
    ---> Package percona-xtrabackup.x86_64 0:2.3.4-1.el6 will be installed
    --> Processing Dependency: libev.so.4()(64bit) for package: percona-xtrabackup-2.3.4-1.el6.x86_64
    ---> Package perl-DBI.x86_64 0:1.609-4.el6 will be installed
    --> Finished Dependency Resolution
    Error: Package: percona-xtrabackup-2.3.4-1.el6.x86_64 (/percona-xtrabackup-2.3.4-1.el6.x86_64)
    Requires: libev.so.4()(64bit)
    You could try using --skip-broken to work around the problem
    You could try running: rpm -Va --nofiles --nodigest


    [root@test153 ~]# wget ftp://rpmfind.net/linux/atrpms/el6-x86_64/atrpms/stable/libev-4.04-2.el6.x86_64.rpm
    --2018-10-16 09:55:37-- ftp://rpmfind.net/linux/atrpms/el6-x86_64/atrpms/stable/libev-4.04-2.el6.x86_64.rpm
    => “libev-4.04-2.el6.x86_64.rpm”
    Resolving rpmfind.net... 195.220.108.108
    ...

    2018-10-16 09:55:46 (160 KB/s) - “libev-4.04-2.el6.x86_64.rpm” saved [38140]


    [root@test153 ~]# rpm -ivh libev-4.04-2.el6.x86_64.rpm
    warning: libev-4.04-2.el6.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 66534c2b: NOKEY
    Preparing... ########################################### [100%]
    1:libev ########################################### [100%]
    [root@test153 ~]# yum localinstall percona-xtrabackup-2.3.4-1.el6.x86_64.rpm

    ...

    Dependency Installed:
    perl-DBD-MySQL.x86_64 0:4.013-3.el6 perl-DBI.x86_64 0:1.609-4.el6 rsync.x86_64 0:3.0.6-12.el6

    Complete!

  • 相关阅读:
    restFul接口设计规范[仅供参考]
    Vue的router路由跳转传参——实现跳转时url不显示参数
    vue-cli(vue脚手架)搭建超详细教程
    Vue面试常见问题
    Ubuntu18.04安装时的一些问题
    仿BBS项目
    前端常用正则校验
    orm数据库查询优化及数据库三大设计范式总结
    SpringBoot+Git+Jenkins+Docker实现CI/CD
    Jenkins Pipeline+Maven+Gitlab持续集成构建问题集锦
  • 原文地址:https://www.cnblogs.com/ritchy/p/13825024.html
Copyright © 2020-2023  润新知