码迷,mamicode.com
首页 > 系统相关 > 详细

启动Memcache,出现memcached: error while loading shared libraries: libevent-1.4.so.1: cannot open shared

时间:2014-10-28 17:25:34      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:ar   sp   div   on   art   bs   ad   as   安装   

 

1、有可能是装了多个 libevent而导致memcache无法识别哪一个,解决方法就是卸载掉一个libevent

2、只安装了一个libevent,但是也报这个错,解决方法

        32位系统下:ln -s /usr/lib/libevent-1.4.so.1  /usr/lib/

64位系统下:ln -s /usr/lib/libevent-1.4.so.1  /usr/lib64/

启动Memcache,出现memcached: error while loading shared libraries: libevent-1.4.so.1: cannot open shared

标签:ar   sp   div   on   art   bs   ad   as   安装   

原文地址:http://www.cnblogs.com/xkcp008/p/4056942.html

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