memcache安装若是按照官网命令来安装在Test步骤可能会报make: prove: Command not found
make: *** [test] Error 127memcached
wget https://memcached.org/latest [you might need to rename the file] tar -zxf memcached-1.x.x.tar.gz cd memcached-1.x.x ./configure --prefix=/usr/local/memcached make && make test && sudo make install
解决方案以下:code