读书人

redis 2.6.14装配报错解决

发布时间: 2013-07-11 15:38:46 作者: rapoo

redis 2.6.14安装报错解决
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

读书人网 >其他数据库

热点推荐