yum -y install tcl
make MALLOC=liboc
--------------------------------------
cd src && make test
make[1]: Entering directory `/redis-2.6.10/src'
You need tcl 8.5 or newer in order to run the Redis test
因为这个错误所以需要
yum -y install tcl
--------------------------------------
cd src && make test
make[1]: Entering directory `/redis-2.6.10/src'
You need tcl 8.5 or newer in order to run the Redis test
因为这个错误所以需要
yum -y install tcl
转载于:https://my.oschina.net/u/1053317/blog/146089