当前位置 : 主页 > 编程语言 > python >

安装[adlist.o] Error 1或者jemalloc/jemalloc.h: No such file or directory

来源:互联网 收集:自由互联 发布时间:2023-03-22
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

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] Error 2

安装linux出现如上错误信息的

原因:jemalloc重载了Linux下的ANSI C的malloc和free函数。

解决办法:请按照如下方式执行make编译命令

make MALLOC=libc

上一篇:mybatis默认过滤值为空的数据(ainusers 亲测)
下一篇:没有了
网友评论