安装Redis3.0时提示“You need tcl 8.5 or newer in order to run the Redis test” 安装方法: sudo tar xzvf tcl8.6.4-src.tar.gz -C /usr/local/ cd /usr/local/tcl8.6.4/unix/ sudo ./configure sudo make sudo make install
在先前的文章中介绍过redis,以下内容为自己在CentOS上安装Redis的记录。供后期在做改进。
1、安装需要的支持环境
在安装Redis之前首要先做的是安装Unix的Tcl工具,如果不安装的话后期将无法对Redis进行测试。在后期执行make test的时候返回如下错误信息:You need tcl 8.xuyao de5 or newer in order to run the Redis test,具体的流程为:
代码如下:
cd /usr/local/src
wget http:/