xxx command not found

2018-01-14  本文已影响22人  简书用户9527

编译redis时 提示make cc Command not found

这个主要是gcc环境环境没有装好。

我们需要进行gcc环境的安装,然后再进行redis的编译

安装gcc环境:

yum install gcc

类似于很多 xxx command not found 都是环境未安装好,我们只需要用yum进行安装好即可

上一篇 下一篇

猜你喜欢

热点阅读