memcache安装

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

  1. sudo yum install perl-Test*  
相关文章
相关标签/搜索