在安裝redis的時候,運行make test命令出現以下錯誤提示: redis
Redis: You need tcl 8.5 or newer in order to run the Redis test shell
緣由是服務器上安裝的tcl版本過低,可使用 rpm-qa|grep tcl 查看版本 服務器
解決辦法安裝高版本的tcl,這裏介紹從tcl官網下載源碼包安裝的方法 spa
wget http://downloads.sourceforge.net/tcl/tcl8.6.5-src.tar.gz tar -zxvf tcl8.6.5-src.tar.gz cd unix ./configure make make install