zmalloc.h:50:31: error: jemalloc/jemalloc.h: No such file or directoryzmalloc.h:55:2: error: #error "Newer version of jemalloc required"make[1]: *** [adlist.o] Error 1make[1]: Leaving directory `/data0/src/redis-2.6.2/src'make: *** [all] Er
安装linux出现如上错误信息的
原因:jemalloc重载了Linux下的ANSI C的malloc和free函数。
解决办法:请按照如下方式执行make编译命令
make MALLOC=libc