redis make编译失败的原因
生活随笔
收集整理的這篇文章主要介紹了
redis make编译失败的原因
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
make clean?
redis編譯失敗可能是:
1.未安裝gcc,gcc-c++
yum install gcc
yum install gcc-c++
2.未安裝tcl?
yum install tcl
[devnote@devnote src]$ make test You need tcl 8.5 or newer in order to run the Redis test make: ***[test] Error_1解決辦法是用yum安裝tcl8.5(或去tcl的官方網站http://www.tcl.tk/下載8.5版本,并參考官網介紹進行安裝)
yum install tcl轉載于:https://www.cnblogs.com/jasonxiaoqinde/p/9784764.html
總結
以上是生活随笔為你收集整理的redis make编译失败的原因的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: PHP中迭代器是什么?
- 下一篇: 面向对象——案例练习(3)判断两个立方体