Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache 2.0.35 configuration problem

Status
Not open for further replies.

cyan01

Programmer
Mar 13, 2002
143
US
I am tring to install Apache 2.0.35 on my Solaris 8 box which has gcc 2.95
installed in /usr/local

After I am running following command:

%
./configure --enable-mods-shared=all --prefix=/usr/local
/apache_2.0.35

The last a few output lines are below:

-----------------------------------------------
forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"
checking for rm... (cached) /usr/bin/rm
checking for mawk... (cached) gawk
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 -pthreads ) works... no
configure: error: installation or configuration problem: C compiler cannot
create executables.
------------------------------------------------------

Could someone kindly tell me how to fix this problem? Thanks.
 
hello, i had this problem with GCC 3.x when i downgraded to gcc 2.9.5 worked fine....

Hope it helps you...
 
Thanks for your inputs.

I have tried both gcc 3.0.3 and gcc 2.95. I got basically the same error message. What a pity!

I had no problem at all with an earlier version of apache (2.0.14 maybe?).
 
yes. I did. I got the exact same error. See my new post please.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top