|
阅读:649回复:2
[求助]我安装apache时,configure有错误,无法make,望各位指教
先解压:#tar zxvf httpd-2.0.50.tar.gz;
再进目录 httpd-2.0.50.tar.gz#./configure --prefix=/usr/local/apache --enable-modules=so; 显示信息如下: 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: 0.9.5 checking for chosen layout... apr 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. configure failed for srclib/apr 然后make:#make 显示信息如下: make: *** No targets specified and no makefile found. Stop. 不明白为甚么,(没有可用的c编译器????,那怎么找到?)还请各位指点~~ -------------------- 在我难过的时候, 不管那是什么时候, 我都不喜欢被别人察觉到, 其实也没有什么特别的原因, 只是不喜欢而已。 别告诉别人你今天难受过, 什么也别对别人说, 因为说了也没有用。 我知道, 一切都是过眼云烟。 |
|
|
|
1C#
发布于:2004-07-31 11:47
Re:[求助]我安装apache时,configure有错误,无法make,望各位指教
try gcc first.
是不是没有装? |
|
|
2C#
发布于:2004-07-31 11:51
Re:[求助]我安装apache时,configure有错误,无法make,望各位指教
呵呵
刚刚找到一个gcc34-3.4.0-1.src.rpm 谢谢了 -------------------- 在我难过的时候, 不管那是什么时候, 我都不喜欢被别人察觉到, 其实也没有什么特别的原因, 只是不喜欢而已。 别告诉别人你今天难受过, 什么也别对别人说, 因为说了也没有用。 我知道, 一切都是过眼云烟。 |
|
|