./configure
时提示以下错误:
checking for C compiler ... not found
解决:
执行以下命令:
yum -y install gcc gcc-c++ autoconf automake make
相关文章:
CentOS 6.5 下 Tengine 安装记录
CentOS6.5下Nginx1.7.4安装记录