学无先后,达者为师

网站首页 编程语言 正文

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

栏目分类
最近更新