Results 1 to 2 of 2
I am having troubles installing apache. I get the following error message in the terminal window:
configure: error: no acceptable cc found in $PATH
i have been reading about the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-23-2006 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 2
configure: error: no acceptable cc found in $PATH-problems installing apache
I am having troubles installing apache. I get the following error message in the terminal window:
configure: error: no acceptable cc found in $PATH
i have been reading about the issue and it seems to be something to do with the compiler. But i donnot know whether it is installed or not, or what exactly is meant by it not being on the path.
when i type: $ echo $PATH
i get the following but dont know what it means or what to do:
/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/rock/bin
Please advise
Kind regards
Brad
- 08-23-2006 #2
The Gnu C compiler (gcc) is the standard compiler for Linux, and it normally resides in /usr/bin. Since that's in your path, it sounds like you don't have gcc installed. How to install it depends on your distro, but the general guideline is to go into your package manager and do a search for gcc.
Stand up and be counted as a Linux user!


Reply With Quote
