下载包及客户端
编译时会遇到如下问题:
make test
You need tcl 8.5 or newer in order to run the Redis test
make: *** [test] Error 1
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
本文介绍了在安装Redis过程中遇到的TCL版本问题及其解决办法。通过下载并安装TCL 8.6.1源码包,成功解决了编译Redis测试套件所需的TCL版本要求。

被折叠的 条评论
为什么被折叠?



