当前位置: 代码迷 >> 应用服务器 >> linux Apache跟tomcat整合时报错
  详细解决方案

linux Apache跟tomcat整合时报错

热度:7588   发布时间:2013-02-26 00:00:00.0
linux Apache和tomcat整合时报错
[root@ud2c050 native]# ./configure --with-apxs=/oracle/product/9.2.0/Apache/Apache/bin/apxs
checking build system type... i686-pc-linux
checking host system type... i686-pc-linux
checking target system type... i686-pc-linux
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@ud2c050 native]# make
make: *** No targets specified and no makefile found.  Stop.


./configure --with-apxs=/oracle/product/9.2.0/Apache/Apache/bin/apxs 时报错,configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.请问这是什么原因

------解决方案--------------------------------------------------------
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no

没有装gcc,gcc++
  相关解决方案