没有findCentos 6.8 memcached

用以下说明安装最新版本的memcached(1.4.28):

wget http://memcached.googlecode.com/files/memcached-1.4.13.tar.gz tar -xzf memcached-1.4.13.tar.gz cd memcached-1.4.13 ./configure make && make install

我已经在我的php.ini模块。 我不能让它运行。 我试过/etc/init.d/memcached中的各种启动脚本无济于事。

我试过手动开始这个memcached -d -u memcached -m 1024 127.0.0.1 -p 11211 ,我找不到命令。 我的目标是在同一台服务器上托pipe多个WordPress站点。

我错过了什么?

memcached需要在你的path。

我想出了我的问题。 在排除故障的过程中,我编译了“libmemcached”,看起来已经过时了,而不是“memcached” – 现在看起来正在运行!