make[1]: Entering directory `/usr/local/src/redis-3.2.5/src'
    CC adlist.o
In file included from adlist.c:34:
zmalloc.h:50:31: 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 `/usr/local/src/redis-3.2.5/src'
make: *** [all] Error 2
加上参数:
make MALLOC=libc
问题解决

 

相关文章:

  • 2021-10-23
  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-07
  • 2021-12-30
  • 2021-06-30
  • 2021-07-29
猜你喜欢
  • 2022-01-04
  • 2022-01-21
  • 2022-12-23
  • 2021-08-04
  • 2021-08-11
  • 2021-05-31
  • 2021-08-29
相关资源
相似解决方案