1. 程式人生 > >You need tcl 8.5 or newer in order to run the Redis test.

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

You need tcl 8.5 or newer in order to run the Redis test.
安裝Redis,執行make test的時候出錯:

You need tcl 8.5 or newer in order to run the Redis test
make: *** [test] Error 1

安裝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