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

學(xué)無(wú)先后,達(dá)者為師

網(wǎng)站首頁(yè) 編程語(yǔ)言 正文

You need tcl 8.5 or newer in order to run the Redis test linux安裝redis時(shí)make test報(bào)錯(cuò)解決方案

作者:zjh_746140129 更新時(shí)間: 2022-04-17 編程語(yǔ)言

筆者在阿里云Centons7下安裝Redis并且配置服務(wù)時(shí),遇到如下錯(cuò)誤:

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上傳到服務(wù)器



3、解壓

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

4、依次執(zhí)行如下命令

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









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

欄目分類(lèi)
最近更新