日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學無先后,達者為師

網站首頁 編程語言 正文

You need tcl 8.5 or newer in order to run the Redis test linux安裝redis時make test報錯解決方案

作者:zjh_746140129 更新時間: 2022-04-17 編程語言

筆者在阿里云Centons7下安裝Redis并且配置服務時,遇到如下錯誤:

You need tcl 8.5 or newer in order to run the Redis test
make: *** [test] Error 1



解決方案:

1、下載??

http://downloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz





2、使用xftp上傳到服務器



3、解壓

tar -zxvf tcl8.6.1-src.tar.gz

4、依次執行如下命令

cd tcl8.6.1/
cd unix/
./configure
make
make install









原文鏈接:https://blog.csdn.net/zjh_746140129/article/details/80807393

欄目分類
最近更新