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

./configure 

时提示以下错误:

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

checking for C compiler ... not found

解决:

执行以下命令:

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

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

相关文章:

CentOS 6.5 下 Tengine 安装记录

CentOS6.5下Nginx1.7.4安装记录

相关文章:

  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2021-12-09
猜你喜欢
  • 2021-04-11
  • 2021-09-20
  • 2021-06-18
  • 2021-08-10
相关资源
相似解决方案