详细解决方案
linux Apache跟tomcat整合时报错
热度:6785 发布时间:2013-02-26 00:00:00.0
[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++
相关解决方案
- apache-tomcat-7.0.32下的html页面不能访问有关问题
- Server Tomcat v7.0 Server不能起步
- tomcat 部署出现以上提示信息 求解 急
- org.apache.jasper.JasperException: Unable to compile class for JSP:该怎么解决
- Eclipse + Tomcat Debug時很慢,该怎么解决
- JDOM ,windows7 ,tomcat 哪位高手的bug
- tomcat 配置https的有关问题
- org.apache.catalina.connector.RequestFacade有关问题
- org.apache.jasper.JasperException: Unable to compile class for JSP:解决思路
- 请问上Linux平台上怎么搭建JDK \TOMCAT\MYSQL
- Tomcat 6.0 servlet 中文字符乱码解决思路
- 求教:tomcat 的 perm gen设立
- 启动apache-tomcat-5.5.33出现有关问题
- 有个有关问题,请各位帮忙看看:java.lang.ClassNotFoundException: org.apache.struts.action.Act
- tomcat 配置有关问题
- tomcat 用Bootstrap直接启动一个服务,其他web工程如何调用
- httpclient老是提示java.lang.NoSuchMethodError: org.apache.http.protocol.BasicHttpCon
- Tomcat 出现以上异常 请高手帮忙看一上
- TOMCAT 5.5 浏览器输入http://localhost:8080/工程名/页面名 报错404解决方法
- org.apache.xerces.impl.msg.XMLMessages not loaded解决方案
- linux+tomcat部署JSP项目有关问题,找不到jar依赖包
- TOMCAT 5。0运行 异常信息Apache Xerces (or Java 1.5) for full XSD support
- tomcat 起动报错
- linux 上log4j使用,日志输出的配置
- []TOMCAT 上载文件时提示空指针错误 上来来的XLS是空白的
- Server Apache Tomcat v6.0.35 at localhost failed to start
- apache+resin与iis+tomcat解决方法
- 小弟我用JSP+ACCESS+tomcat 5.0 JDK1.4做的一个网站
- tomcat 导入不了自定义类的有关问题
- org.apache.http.client.HttpClient与org.apache.commons.httpclient.HttpClient的差别