You need tcl 8.5 or newer in order to run the Redis test.
Posted ygk1992
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了You need tcl 8.5 or newer in order to run the Redis test.相关的知识,希望对你有一定的参考价值。
You need tcl 8.5 or newer in order to run the Redis test.
安装Redis,运行make test的时候出错:
You need tcl 8.5 or newer in order to run the Redis test
make: *** [test] Error 1
安装tcl就行了:
复制代码
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
以上是关于You need tcl 8.5 or newer in order to run the Redis test.的主要内容,如果未能解决你的问题,请参考以下文章
十cent OS开启APR模式报错:configure: error: Found APR 1.3.9. You need version 1.4.3 or newer installed(示例代码(
mysqlclient 1.3.13 or newer is required; you have 0.9.3.
django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3
django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3
raise ImproperlyConfigured('mysqlclient 1.3.13 or newer is required; you have %s.' % Databas
django.core.exceptions.ImproperlyConfigured: mysqlclient 1.4.0 or newer is required; you have 0.10.1