运行memcached提示libevent版本过低
编译安装新的2.0以后,还是提示这个:# /etc/init.d/memcached start
Starting memcached: You are using libevent 1.1a.
Please upgrade to a more recent version (1.3 or newer)
卸载rpm包也不行:
# rpm -e libevent --test
error: "libevent" specifies multiple packages
求助大侠们,怎么处理?
[ 本帖最后由 onalps 于 2012-4-14 02:03 编辑 ] 安装memcached libevent都是安装的2.0.13版本的
肯定是系统原来安装了libevent,可以yum update libevent试试
或卸载掉系统里的libevent,再echo "/usr/local/libevent/lib/" >> /etc/ld.so.conf
ldconfig
然后再启动试试 运行了yum -y install libevent
# yum -y install libevent
Loaded plugins: fastestmirror, rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Loading mirror speeds from cached hostfile
Excluding Packages in global exclude list
Finished
Setting up Install Process
Package libevent-1.1a-3.2.1.x86_64 already installed and latest version
Package libevent-1.1a-3.2.1.i386 already installed and latest version
Nothing to do
回复 2# 的帖子
还是不行,请问军哥还有其他方法么(卸载掉系统里的libevent)?phpinfo里显示memcached已经安装成功。就是无法启动。 前面不是说了2个方法了吗,卸载系统里的yum remove libevent
phpinfo里的是memcache不是memcacehd
页:
[1]