安装:
ref: [url]http://hi.baidu.com/openj/blog/item/a833df64082f55f7f6365421.html[/url]
但是要注意:64位linux系统需要在/usr/lib64下建立libevent软连接,如:
/usr/lib64/libevent-1.4.so.2 -> /usr/lib/libevent-1.4.so.2
启动:
1. -u参数必须root帐号执行才会报错,否则会忽略,报错如下
# memcached -p 11224 -m 512 -f 1.25 -u topxxxxxx
can't find the user topxxxxxx to switch to
ref: [url]http://hi.baidu.com/openj/blog/item/a833df64082f55f7f6365421.html[/url]
但是要注意:64位linux系统需要在/usr/lib64下建立libevent软连接,如:
/usr/lib64/libevent-1.4.so.2 -> /usr/lib/libevent-1.4.so.2
启动:
1. -u参数必须root帐号执行才会报错,否则会忽略,报错如下
# memcached -p 11224 -m 512 -f 1.25 -u topxxxxxx
can't find the user topxxxxxx to switch to
本文介绍了在64位Linux系统上安装Memcached的过程,并强调了需要为libevent创建软链接。同时,针对启动时出现的错误进行了说明,特别是关于使用-u参数时遇到的问题。
2439

被折叠的 条评论
为什么被折叠?



