스팍용 솔라리스8을 사용하는데
apache를 깔려구 하는데
./configure --prefix를 하니
이런 에러 메세지가 납니다
# ./configure --prefix=/usr/local/apache
Configuring for Apache, Version 1.3.19
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for Solaris 280 platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ checking for system header files
+ adding selected modules
+ checking sizeof various data types
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.
cd ..; gcc -DSOLARIS2=280 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` -o h
elpers/dummy helpers/dummy.c -lsocket -lnsl
gcc: installation problem, cannot exec `as': No such file or directory
make: *** [dummy] Error 1
======== Error Output for sanity check ========
============= End of Error Report =============
Aborting!
#
이런 에러가 납니다..
좀 도와주세요...
쉘은 bash쉘을 쓰고 있습니다