ok, now this problem rears its ugly head once again!
i am having to recompile apache 1.3.6 for my solaris 2.7 machine, but keep running into the SAME problem that Walter, in his original post, had.
i am SURE that i have a gcc compiler installed, and i'm sure that i have pointed the configure script to use ~TWO~ different gcc's to compile apache (one at a time)... how do you specify for apache to use this compiler?
Here's my error:
bash-2.02# ./configure --prefix=/usr/local/apache --enable-module=src/modules/standard/mod_so.c
Configuring for Apache, Version 1.3.6
+ using installation path layout: Apache (config.layout)
./configure: module_src/modules/standard/mod_so.c=yes: not found
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for Solaris 270 platform
+ setting C pre-processor to /usr/local/bin/sparc-sun-solaris2.6-gcc -E
+ checking for system header files
./Configure: make: not found
+ adding selected modules
./helpers/TestCompile: make: not found
+ 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.
thanks for your help!