码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS 6.5 安装 Redis 执行 make #error "Newer version of jemalloc required"

时间:2018-11-20 11:36:32      阅读:288      评论:0      收藏:0      [点我收藏+]

标签:host   net   cto   new   com   art   director   oca   lib   

CentOS 6.5 安装 Redis 执行 make #error "Newer version of jemalloc required"

安装过程参考:CentOS 6.5下Redis安装记录

根据你系统安装时或之后安装的选项的情况,可能在安装的过程中遇到不同的问题;

就像今天遇到的一台机器,安装时出现

/bin/sh: cc: command not found  
的错误,解决之后又出现这里说的问题;
[root@localhost redis-3.2.0]# make
cd src && make all
make[1]: Entering directory `/opt/redis-3.2.0/src‘
CC adlist.o
在包含自 adlist.c:34 的文件中:
zmalloc.h:50:31: 错误:jemalloc/jemalloc.h:没有那个文件或目录
zmalloc.h:55:2: 错误:#error "Newer version of jemalloc required"
make[1]: *** [adlist.o] 错误 1
make[1]: Leaving directory `/opt/redis-3.2.0/src‘
make: *** [all] 错误 2


解决方法:
make MALLOC=libc
---------------------
作者:微wx笑
来源:CSDN
原文:https://blog.csdn.net/testcs_dn/article/details/51867879

CentOS 6.5 安装 Redis 执行 make #error "Newer version of jemalloc required"

标签:host   net   cto   new   com   art   director   oca   lib   

原文地址:https://www.cnblogs.com/JamesWay/p/9987468.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!