redis make jemalloc

Posted cnblogs_2015

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redis make jemalloc相关的知识,希望对你有一定的参考价值。

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





以上是关于redis make jemalloc的主要内容,如果未能解决你的问题,请参考以下文章

Redis的make,make test,make install单机多实例配置,以及API程序写数据!

redis make jemalloc

redis安装make失败,make[1]: *** [adlist.o] Error 127....

redis make编译失败的原因

redora24版本,安装redis,解压redis,进入redis包,输入make命令。提示gcc命令找不到。新手,求指导。

redis-安装