Results 1 to 5 of 5
i tried following some installation tutorial for Apache (from *.tar file) and execute the following line:
#./configure --prefix=/usr/local/apache2 --enable-mods-shared=most
but received some error:
confiure: error: no accetable C complier found ...
- 06-13-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 11
Apche Installation Problem
i tried following some installation tutorial for Apache (from *.tar file) and execute the following line:
#./configure --prefix=/usr/local/apache2 --enable-mods-shared=most
but received some error:
confiure: error: no accetable C complier found in SPAH
see 'config.log' for more details
cofigure failed dor srclib/apr
then some comments to fix the problem by downloading and install the gcc and gcc-c+.
now, how would i install gcc and gcc-c+ manually without using the internet?
Thanks in advanced...
- 06-13-2008 #2
You need to use the internet to download them from your distributions software repositories or from the gnu website.
- 06-14-2008 #3Just Joined!
- Join Date
- Jun 2008
- Posts
- 11
is their any alternative aside from downlaoding from internet... i mean manual installation for Apache to work...
- 06-14-2008 #4
Why not get yourself a Fedora, openSUSE or Mandriva DVD. They tend to ship with Apache and development tools like gcc.
- 06-16-2008 #5Just Joined!
- Join Date
- Jun 2008
- Location
- India, Kolkata
- Posts
- 10
Apche Installation Problem
hi,
Use Fedora 6/7/8/9 & use Apache easily.
Connect to internet & use the command "yum install httpd"
& "yum install httpd-manual" [if u want to use Apache manuals].
--
SwagatoLast edited by devils casper; 06-19-2008 at 08:56 AM. Reason: link removed


Reply With Quote