You need tcl 8.5 or newer in order to run the Redi

本文共有349个字,关键词:

问题:安装redis时出现错误:You need tcl 8.5 or newer in order to run the Redis test.
解决:安装tc8.6版本
方法:

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

参考:http://www.cnblogs.com/Security-Darren/p/4381932.html

版权声明:本文为作者原创,如需转载须联系作者本人同意,未经作者本人同意不得擅自转载。
添加新评论
暂无评论