make[]: Entering directory `/usr/local/src/redis-3.2./src'
CC adlist.o
In file included from adlist.c::
zmalloc.h::: error: jemalloc/jemalloc.h: No such file or directory
zmalloc.h::: error: #error "Newer version of jemalloc required"
make[]: *** [adlist.o] Error
make[]: Leaving directory `/usr/local/src/redis-3.2./src'
make: *** [all] Error
加上参数:
make MALLOC=libc
问题解决
相关文章
- VSCode 下载Models 报错
- 利用报错信息递归解决异常:: Invalid \escape
- bat下执行java程序报错处理
- Microsoft Visual C++ 2005 Redistributable---win下安装软件“嘭”的一声报错!
- jQuery的$.get()函数不执行以及php端报错Uncaught Error: Call to a member function bind_param() on boolean in...
- Mysql5.7自定义函数递归报错1424 Recursive stored functions and triggers are not allowed
- wampserver 报错 Fatal error:Call to undefined function curl_init()
- 使用autotools工具用configure、make、make install编译安装linux工程的详细步骤
- linux下weblogic11g成功安装后,启动报错Getting boot identity from user
- iOS开发之--png图片编译时报错 (Command /Applications/Xcode.app/Contents/Developer/usr/bin/copypng failed with exit code 1 )