1. GCC is not installed
Solution: Execute the yum install gcc-c++ command to install GCC, and execute the make command again after completion
yum install gcc-c++
Linux cannot connect to the networkhttp ://www.cnblogs.com/guoxiangyue/p/8916854.html
2. Problems with jemalloc/jemalloc.h
The message shows a fatal error, jemalloc/jemalloc.h: No such file or directory
Execute the command make MALLOC=libc to complete the installation
make MALLOC=libc