安装apache服务的问题:
我的系统:solaris 2.6
下载安装gcc-3.2-sol26-sparc-local.gz,make-3.80-sol26-sparc-local.gz
,pkgadd -d 安装没有提示错误。。。
增加root的path:
/usr/local/bin,/usr/ucc/bin,/usr/local
下载apache_1.3.1-sparc-sun-solaris-26.tar
解压后,执行:./configure
出现如下提示:
Configuring for Apache, Version 1.3.0
+ Warning: Configuring Apache with default settings.
+ This is probably not what you really want.
+ Please read the README.configure and INSTALL files
+ first or at least run './configure --help' for
+ a compact summary of available options.
+ Warning: no Perl interpreter available for support scripts.
+ Perhaps you have to select one with --with-perl=FILE.
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for Solaris 260 platform
+ setting C compiler to gcc
+ adding selected modules
gcc: installation problem, cannot exec `as': No such file or directory
make: *** [dummy] Error 1
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. This is most likely because your C compiler
** is not ANSI. Apache requires an ANSI C Compiler, such
** as gcc. The above error message from your compiler
** will also provide a clue.
Aborting!
提示不能执行'as' ,make 错误
请高手执教如何解决这个问题?