提示cc:未找到命令;gcc:命令未找到。
原因是虚拟机系统中缺少gcc,安装gcc即可
安装GCC
[root@instance-cl6nwmjm redis]# yum -y install gcc automake autoconf libtool make
再次make
致命错误:jemalloc/jemalloc.h:没有那个文件或目录
执行以下命令
make MALLOC=libc
提示cc:未找到命令;gcc:命令未找到。
原因是虚拟机系统中缺少gcc,安装gcc即可
[root@instance-cl6nwmjm redis]# yum -y install gcc automake autoconf libtool make
再次make
致命错误:jemalloc/jemalloc.h:没有那个文件或目录
执行以下命令
make MALLOC=libc