sun solaris下安装apache出错啦!请同志们帮帮忙!
我的安装步骤如下
#gzip -d httpd-2.1.3-beta.tar.gz
#tar xvf httpd-2.1.3-beta.tar
#cd httpd-2.1.3-beta
#./configure --prefix=/usr/local/apache --enable-module=so
出现如下信息:(最后一句出错)
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... sparc-sun-solaris2.9
checking host system type... sparc-sun-solaris2.9
checking target system type... sparc-sun-solaris2.9
Configuring Apache Portable Runtime library ...
checking for APR... reconfig
configuring package in srclib/apr now
checking build system type... sparc-sun-solaris2.9
checking host system type... sparc-sun-solaris2.9
checking target system type... sparc-sun-solaris2.9
Configuring APR library
Platform: sparc-sun-solaris2.9
checking for working mkdir -p... yes
APR Version: 1.1.0
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
问题点数:0、回复次数:3Top
1 楼mayi545()回复于 2005-04-04 22:24:29 得分 0
没装GCC吗,sun solaris没玩过,帮顶。你可以到http://bbs.chinaunix.net/forum/去问问Top
2 楼ashchen(老陳)回复于 2005-04-08 08:48:22 得分 0
没装gcc啊,下载一个支持solaris的gcc包,然后pkgadd -d .....就行了
安装好以后设置一下路径,查看gcc的帮助。
Top
3 楼ashchen(老陳)回复于 2005-04-08 08:49:57 得分 0
http://ftp3.cdut.edu.cn/solaris/
上面有许多包,建议搂住买本关于solaris的书看看,或者google搜索一下Top




