redis installation error: jemalloc / jemalloc.h: No such file or directory

1. When you install redis, make a compile-time error: jemalloc / jemalloc.h: No such file or directory

An error

2. Solution:

Excuting an order

make MALLOC=libc

Excuting an order

3. Problem Solving

Published 18 original articles · won praise 0 · Views 470

Guess you like

Origin blog.csdn.net/aflyingcat520/article/details/105332191