Linux安装Redis,在测试阶段即make test出现“You need tcl 8.5 or newer in order to run the Redis test”问题解决方案
1 问题分析
You need tcl 8.5 or newer in order to run the Redis test
解读:您需要tcl 8.5或更高版本才能运行Redis测试;
言下之意就是您没有安装tcl,要不就是您安装的tcl版本过低。这就需要我们进行tcl新版本的安装。
2 安装tcl(linux系统下)
2.1 下载文件
下载tcl网址
http://www.tcl.tk/software/tcltk/download.html
编译说明网址
http://www.tcl.tk/doc/howto/compile.html#unix
2.2 安装tcl
(1)解压文件
sudo tar xzvf tcl8

在Linux上安装Redis时,遇到'You need tcl 8.5 or newer...'错误。该文提供了解决方案,包括分析问题原因及详细步骤指导如何在Linux系统下安装tcl。
最低0.47元/天 解锁文章
2730

被折叠的 条评论
为什么被折叠?



