编译redis-2.6.14出现"Newer version of jemalloc required"

原创
2016/08/18 21:04
阅读数 504

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-3.2.3/src' make: *** [all] Error 2

解决办法是:

make MALLOC=libc

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
0 评论
0 收藏
0
分享
返回顶部
顶部