当前位置: 技术问答>linux和unix
RHEL AS4安装 httpd-2.2.16时出错,跪求解决方法,非常感谢
来源: 互联网 发布时间:2016-10-04
本文导语: [root@localhost httpd-2.2.16]# ./configure --prefix=/usr/local/apache --enable-modules=so --enable-mods-shared-all --enable-proxy --enable-proxy-connect --enable-proxy-ftp --enable-proxy-http --enable-proxy-ajp --enable-proxy-balancer checking for chosen layout... Apach...
[root@localhost httpd-2.2.16]# ./configure --prefix=/usr/local/apache --enable-modules=so --enable-mods-shared-all --enable-proxy --enable-proxy-connect --enable-proxy-ftp --enable-proxy-http --enable-proxy-ajp --enable-proxy-balancer
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring Apache Portable Runtime library ...
checking for APR... reconfig
configuring package in srclib/apr now
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring APR library
Platform: i686-pc-linux-gnu
checking for working mkdir -p... yes
APR Version: 1.4.2
checking for chosen layout... apr
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/var/ftp/pub/httpd-2.2.16/srclib/apr':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
configure failed for srclib/apr
[root@localhost httpd-2.2.16]#
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring Apache Portable Runtime library ...
checking for APR... reconfig
configuring package in srclib/apr now
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring APR library
Platform: i686-pc-linux-gnu
checking for working mkdir -p... yes
APR Version: 1.4.2
checking for chosen layout... apr
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/var/ftp/pub/httpd-2.2.16/srclib/apr':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
configure failed for srclib/apr
[root@localhost httpd-2.2.16]#
|
因为你的系统没有安装gcc
如果你可以使用yum 那么yum -y install gcc gcc-c++ 来安装
或者你把光盘挂载到机器里 比如挂载到/media下的
那么在光盘里查找gcc安装包
find /media -name "gcc*"
如果找到了 会输出
/media/xxx/gcc.yyyy
然后rpm -ivh /media/xxx/gcc.yyyy
如果安装遇到依赖被的包的情况 继续find 找到后先安装 然后再安装gcc
gcc安装成功之后 再编译你的httpd
如果你可以使用yum 那么yum -y install gcc gcc-c++ 来安装
或者你把光盘挂载到机器里 比如挂载到/media下的
那么在光盘里查找gcc安装包
find /media -name "gcc*"
如果找到了 会输出
/media/xxx/gcc.yyyy
然后rpm -ivh /media/xxx/gcc.yyyy
如果安装遇到依赖被的包的情况 继续find 找到后先安装 然后再安装gcc
gcc安装成功之后 再编译你的httpd
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。