hadoop@stormspark:~/workspace/redis2.6.13/src$ make test
You need tcl 8.5 or newer in order to run the Redis test
make: *** [test] Error 1
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 2.6.13进行测试时遇到的TCL版本不兼容问题,包括下载并安装最新版TCL的方法。
1065

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



