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

 

相关文章:

  • 2022-12-23
  • 2021-05-16
  • 2021-10-02
  • 2021-07-24
  • 2021-09-28
  • 2021-11-06
  • 2021-11-20
  • 2021-12-01
猜你喜欢
  • 2021-12-01
  • 2022-12-23
  • 2021-11-13
  • 2021-06-01
相关资源
相似解决方案