centos下redis源码编译失败解决 2024-04-01 本文已影响0人 厦门第一帅哥 1. #include "jemalloc/jemalloc.h" 解决方法:make MALLOC=libc 2. #include "release.h" 解决方法: cd src chmod +x mkreleasehdr.sh