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

相关文章:

  • 2022-02-16
  • 2022-12-23
  • 2021-06-12
  • 2021-04-27
  • 2021-09-08
  • 2021-06-06
  • 2021-08-29
  • 2021-07-15
猜你喜欢
  • 2021-08-01
  • 2021-07-10
  • 2022-12-23
  • 2021-12-31
  • 2021-07-25
  • 2022-02-22
  • 2022-12-23
相关资源
相似解决方案