LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache 2.0.53 (https://www.linuxquestions.org/questions/linux-software-2/apache-2-0-53-a-298411/)

dashp 03-06-2005 02:59 PM

Apache 2.0.53
 
I am trying to install the latest Apache on Suse 9.1. I am following the instructions @ httpd.apache.org/docs-2.0/install.html. The problem is when I run this command I get a C compiler error. I have search several places and cannot find anything other that making sure that GCC is installed. I have also tried to install C/C++ Compiler and Tools under YaST2.

Thanks in advance for your help!

Command:
$ CC="pgcc" CFLAGS="-O2" \
./configure --prefix=/sw/pkg/apache \
--enable-rewrite=shared \
--enable-speling=shared

Error:
checking for C compiler default output file name... configure: error: C compiler
cannot create executables
See `config.log' for more details.
configure failed for srclib/apr

After this step the $make command works and the $Make Install command fails.

david_ross 03-06-2005 03:00 PM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php

Followup here:
http://www.linuxquestions.org/questi...hreadid=298409

dashp 03-06-2005 03:16 PM

Sorry about that I was not sure if this was a newbie question. I also seen the other forum which I thought was more appropriate.

Thanks!


All times are GMT -5. The time now is 09:42 PM.