黑猴子的家:Redis 之 You need tcl 8.5 or newer in order to run the Redis test

weixin_34082695發表於2018-11-24

1、詳細資訊

[root@localhost redis-3.0.0]# make test
cd src && make test
make[1]: Entering directory `/service/mt/redis-3.0.0/src'
You need tcl 8.5 or newer in order to run the Redis test
make[1]: *** [test] Error 1
make[1]: Leaving directory `/service/mt/redis-3.0.0/src'
make: *** [test] Error 2

2、解決方式一

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

3、解決方式二

$ sudo yum install tcl.x86_64

相關文章