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*  
相關文章
相關標籤/搜索