编译 redis 报错 error: jemalloc/jemalloc.h: No such file or directory

Posted 猪脚踏浪

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译 redis 报错 error: jemalloc/jemalloc.h: No such file or directory相关的知识,希望对你有一定的参考价值。

gcc编译redis时报错:

zmalloc.h:50:31: error: jemalloc/jemalloc.h: No such file or directory
zmalloc.h:55:2: error: #error "Newer version of jemalloc required"

原因是jemalloc重载了Linux下的ANSI C的malloc和free函数。解决办法:make时添加参数。

make MALLOC=libc

 

以上是关于编译 redis 报错 error: jemalloc/jemalloc.h: No such file or directory的主要内容,如果未能解决你的问题,请参考以下文章

redis编译报错 /bin/sh: cc: command not found

升级redis3.2.7编译报错“ undefined reference to `clock_gettime'”

Redis集群报错:(error) MOVED 解决方法

解决Redis报错:Redis客户端在set值时,出现(error) NOAUTH Authentication required.(图文并茂版!!!)

安装redis报错 cc: command not found

php连接redis,报错ERROR:同步数据异常