共计 222 个字符,预计需要花费 1 分钟才能阅读完成。
问题
linux 装置 redis6.x 时候,make test 后有谬误如下
You need tcl 8.5 or newer in order to run the Redis test
解决办法
1. 间接装置新的 tcl, 命令如下:
yum install -y tcl-devel
2. 清空之前的 make 的缓存命令:
make distclean
3. 从新 make 编译命令:
make
4. 完结后从新测试命令:
make test
完结
具体其余装置命令 能够查看 redis 解压后的目录下 README.MD
正文完