You need tcl 8.5 or newer in order to run the Redis test
安装redis的时候出现了 You need tcl 8.5 or newer in order to run the Redis test 的错误
需要更新tcl版本为更高的版本。
解决方法如下
http://blog.csdn.net/luyee2010/article/details/18766911
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
转www.载for网站制作学习asp必.cn究