红联Linux门户
Linux帮助

Redis 2.6.9安装报错一例

发布时间:2014-05-31 14:52:43来源:红联作者:velcbo
来源:Linux社区

Redis 2.6.9 安装报错,提示:

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 条评论