centOS5下安装redis make报错

服务器   发布日期:2025年07月16日   浏览次数:228

1:/tmp/redis-2.6.14/src/zmalloc.c:223:undefined reference to '__sync_add_and_fetch'

make时加参数:

  1. make CFLAGS= -march=i686(这个根据情况填写参数值)

2:make[1]: Warning: File `.make-settings' has modification time 8.3e+02 s in t....'

修改文件修改时间:

  1. find |axvf touch
  2. touch .make-settings

 

 

以上就是centOS5下安装redis make报错的详细内容,更多关于centOS5下安装redis make报错的资料请关注九品源码其它相关文章!