0
点赞
收藏
分享

微信扫一扫

redis 2.8.6安装报错解决

开源分享 2022-12-07 阅读 66

zmalloc.h:50:31: 







error: jemalloc/jemalloc.h: No such file or directory



zmalloc.h:55:2: error:







#error "Newer version of jemalloc required"



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



1



make[1]: Leaving directory `/data0/src/redis-2.6.2/src'



make: *** [all]



Error 2







解决办法:







make MALLOC=libc

举报

相关推荐

0 条评论