首页 > 数据库技术 > 详细

Requires: libmysqlclient.so.15(libmysqlclient_15)(64bit)

时间:2016-04-19 00:52:01      阅读:552      评论:0      收藏:0      [点我收藏+]

安装ruby-mysql(同样适用于其他软件包)时出现以下错误:

Error: Package: ruby-mysql-2.7.3-1.el5.x86_64 (epel)
           Requires: libmysqlclient.so.15(libmysqlclient_15)(64bit)
Error: Package: ruby-mysql-2.7.3-1.el5.x86_64 (epel)
           Requires: libmysqlclient.so.15()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

显然原因是缺少依赖库

下载地址:

MySQL-shared-compat-5.1.47-1.rhel5.x86_64.rpm


rpm -ivh MySQL-shared-compat-5.1.47-1.rhel5.x86_64.rpm

安装rpm包后即可顺利进行!


本文出自 “运维狗” 博客,请务必保留此出处http://yunweigou.blog.51cto.com/6299641/1765062

Requires: libmysqlclient.so.15(libmysqlclient_15)(64bit)

原文:http://yunweigou.blog.51cto.com/6299641/1765062

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!