首页 > 其他 > 详细

Redis 安装碰到问题

时间:2018-12-13 10:47:02      阅读:459      评论:0      收藏:0      [点我收藏+]

一 make 报错

1. 出现如下错误 :  

cd src && make all

make[1]: Entering directory ‘/xx/xx/redis-x.x.x/src‘

         CC adlist.o

/bin/sh: cc: command not found

make[1]:  *** [adlist.o] Error 127 

make[1]: Leaving directory ‘/xx/xx/redis-x.x.x/src‘

make: *** [all] Error 2

----------------------------------------------------------------------------------------------------------------------

解决方法:执行 yum -y install gcc-c++

2. 出现错误:[exception]: Executing test client: NOREPLICAS Not enough good slaves to write..

NOREPLICAS Not enough good slaves to write.

while executing.

----------------------------------------------------------------------------------------------------------------------

解决方法:修改当前目录文件tests/integration/replication-2.tcl,将after 1000改为after 10000以延长等待时间 重新测试

Redis 安装碰到问题

原文:https://www.cnblogs.com/tandy/p/10112595.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!