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

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

你可能感兴趣的:(黑猴子的家:Redis 之 You need tcl 8.5 or newer in order to run the Redis test)