tengine checking for C compiler ... not found

hgtggwj0  于 4个月前  发布在  其他
关注(0)|答案(1)|浏览(58)

Question

CentOS-6.5-x86_64-minimal.iso + tengine-2.3.1.tar.gz

先执行 yum install gcc openssl-devel pcre-devel zlib-devel
解压 tengine-2.3.1.tar.gz 并进入tengine-2.3.1下
执行./configure --prefix=/usr/local/tengine 或者./configure

checking for OS

  • Linux 2.6.32-431.el6.x86_64 x86_64
    checking for C compiler ... not found

./configure: error: C compiler cc is not found

[root@node01 tengine-2.3.2]# ./ configure
-bash: ./: is a directory

看社区教程yum -y install gcc gcc-c++ autoconf automake make 执行成功,还是报错。

相关问题