Tengine安装./configure: error: C compiler cc is not found

CentOS 6.5 下 安装 Tengine 执行配置命令

./configure 

时提示以下错误:

checking for OS
 + Linux 2.6.32-431.el6.x86_64 x86_64

checking for C compiler ... not found

解决:

执行以下命令:

yum -y install gcc gcc-c++ autoconf automake make

Tengine安装./configure: error: C compiler cc is not found_第1张图片

相关文章:

CentOS 6.5 下 Tengine 安装记录

CentOS6.5下Nginx1.7.4安装记录


你可能感兴趣的:(centos,compiler,tengine,configure)