码迷,mamicode.com
首页 > 数据库 > 详细

libmysqlclient.so.18()(64bit) is needed by sysbench-0.5-3.el6.x86_64

时间:2014-10-24 11:12:09      阅读:610      评论:0      收藏:0      [点我收藏+]

标签:rpm   linux   centos   sysbench   

centos 6.5 64bit用rpm包安装sysbench时出现

[root@localhost ~]# rpm -ivh sysbench-0.5-3.el6_.x86_64.rpm 
error: Failed dependencies:
    libmysqlclient.so.18()(64bit) is needed by sysbench-0.5-3.el6.x86_64

解决办法

安装Percona-XtraDB-Cluster-shared-55-5.5.37-25.10.756.el6.x86_64.rpm

[root@localhost ~]# wget http://www.percona.com/redir/downloads/Percona-XtraDB-Cluster/5.5.37-25.10/RPM/rhel6/x86_64/Percona-XtraDB-Cluster-shared-55-5.5.37-25.10.756.el6.x86_64.rpm

[root@localhost ~]# rpm -ivh Percona-XtraDB-Cluster-shared-55-5.5.37-25.10.756.el6.x86_64.rpm

再安装sysbench

[root@localhost ~]# rpm -ivh sysbench-0.5-3.el6_.x86_64.rpm 
Preparing...                ########################################### [100%]
   1:sysbench               ########################################### [100%]

参考:http://www.lefred.be/?q=node/154

本文出自 “闲潭小筑” 博客,请务必保留此出处http://soarwilldo.blog.51cto.com/5520138/1567444

libmysqlclient.so.18()(64bit) is needed by sysbench-0.5-3.el6.x86_64

标签:rpm   linux   centos   sysbench   

原文地址:http://soarwilldo.blog.51cto.com/5520138/1567444

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!