redis 安装问题

一、报错

  You need tcl 8.5 or newer in order to run the Redis test

  解决方法:安装  TCL  

wget http://downloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz  
sudo tar xzvf tcl8.6.1-src.tar.gz  -C /usr/local/  
cd  /usr/local/tcl8.6.1/unix/  
sudo ./configure  
sudo make  
sudo make install   

 

posted @ 2018-03-26 15:38  TigerExpensive  阅读(115)  评论(0编辑  收藏  举报