首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > 应用服务器 >

linux Apache跟tomcat整合时报错

2013-01-23 
linux Apache和tomcat整合时报错[root@ud2c050 native]# ./configure --with-apxs/oracle/product/9.2.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++

热点排行