美文网首页
You need tcl 8.5 or newer in ord

You need tcl 8.5 or newer in ord

作者: andycheng | 来源:发表于2018-04-19 11:17 被阅读192次

安装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 ord

      本文链接:https://www.haomeiwen.com/subject/cetwkftx.html