Fight With Me!!!

导航

Redis need tcl 8.5 or newer

hadoop@stormspark:~/workspace/redis2.6.13/src$ make test
You need tcl 8.5 or newer in order to run the Redis test
make: *** [test] Error 

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 on 2018-02-26 18:03  nickTimer  阅读(150)  评论(0编辑  收藏  举报