redis 安装报错 jemalloc/jemalloc.h: No such file or directory 2020-9-23 13:58 | 5,056 | 0 | 技术随笔 43 字 | 几秒读完 80%的原因是首次make出错,使用了上次的缓存 只需要执行下方的命令,清空编译缓存即可 make distclean && make jemalloc/jemalloc.h: No such file or directoryredis