Can someone help me with this ..I am installing apache web server on solaris sys . but when i type
"./configure -- prefix=/usr/local/apache"
it begins running then ends with -
./helpers/TestCompile: make: not found
./helpers/TestCompile: make: not found
+ checking sizeof various data types
./helpers/TestCompile: make: not found
+ 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.
======== Error Output for sanity check ========
./helpers/TestCompile: make: not found
============= End of Error Report =============
I have Gcc installed and on the PATH but it still wont work... I actually had this working last time by changing permissions on certain files but i dont remembver now. Can someone help me out of this hell !!
Thanks Joe
"./configure -- prefix=/usr/local/apache"
it begins running then ends with -
./helpers/TestCompile: make: not found
./helpers/TestCompile: make: not found
+ checking sizeof various data types
./helpers/TestCompile: make: not found
+ 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.
======== Error Output for sanity check ========
./helpers/TestCompile: make: not found
============= End of Error Report =============
I have Gcc installed and on the PATH but it still wont work... I actually had this working last time by changing permissions on certain files but i dont remembver now. Can someone help me out of this hell !!
Thanks Joe