当前位置: 技术问答>linux和unix
求救!apache集成(?)不了..
来源: 互联网 发布时间:2015-09-28
本文导语: [root@rh9 php-5.0.4]# ./configure --with-mysql=/usr/bin/ --with-apache=usr/local/httpd-2.0.54 loading cache ./config.cache checking host system type... i686-pc-linux-gnu checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PA...
[root@rh9 php-5.0.4]# ./configure --with-mysql=/usr/bin/ --with-apache=usr/local/httpd-2.0.54
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
[root@rh9 php-5.0.4]#
mysql是用rpm装的,默认在/usr/bin/;apache在usr/local/httpd-2.0.54
搞不定啊
red hat 9,我在装的时候apache,mysql什么的选了,是不是这个问题?不行就重装。。。。。。
root登陆
mysql和apache,php都是最新推荐版本
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
[root@rh9 php-5.0.4]#
mysql是用rpm装的,默认在/usr/bin/;apache在usr/local/httpd-2.0.54
搞不定啊
red hat 9,我在装的时候apache,mysql什么的选了,是不是这个问题?不行就重装。。。。。。
root登陆
mysql和apache,php都是最新推荐版本
|
你的系统上面没有gcc 吧,首先去按照手册安装一个相对应得gcc版本。
|
------------------
checking for gcc... no
checking for cc... no
----------------------
can't find gcc & cc 编译器,重装gcc把
checking for gcc... no
checking for cc... no
----------------------
can't find gcc & cc 编译器,重装gcc把
|
你用RedHat光盘自带的Apache装就好了啊,都是RPM包。