Results 1 to 3 of 3
Hi all,
i am new to linux. I have tried install Apache 2.2.4 from source (.tar.gz....) but i come to this error when i tried to run the configure scripts. ...
- 07-11-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 2
Linux + Apache
Hi all,
i am new to linux. I have tried install Apache 2.2.4 from source (.tar.gz....) but i come to this error when i tried to run the configure scripts. Note that i have Apache 2.2.0 previously installed but i had removed it using Yast. Here is the error i found:
checking for APR... reconfig
configuring package in srclib/apr now
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring APR library
Platform: i686-pc-linux-gnu
checking for working mkdir -p... yes
APR Version: 1.2.8
checking for chosen layout... apr
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
I have gcc found in /usr/lib. but i tried the gcc -v command and it doesn't worked. Please help.
Thanks
- 07-11-2007 #2
You need to install gcc (and maybe gcc-c++) using your distributions package manager (In this case its the software section in YAST).
- 07-11-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 2
Thanks, problem solved.


Reply With Quote