Page 1 of 1
Can't install PHP 5.1.4
Posted: Mon Jul 17, 2006 7:58 am
by Ree
I have tried installing PHP 5.1.4 on my VPS (currently running 4.3), and when configuring it, I get the following error: "no acceptable cc found in $PATH". I'm pretty new to Linux, and from what I can gather it seems like a C compiler is missing, right? How come? How do I solve this?
Re: Can't install PHP 5.1.4
Posted: Mon Jul 17, 2006 8:21 am
by Chris Corbyn
Ree wrote:I have tried installing PHP 5.1.4 on my VPS (currently running 4.3), and when configuring it, I get the following error: "no acceptable cc found in $PATH". I'm pretty new to Linux, and from what I can gather it seems like a C compiler is missing, right? How come? How do I solve this?
Install gcc. It might be called gnu-cc in your package manager. If you're missing that you're probably missing a lot of other dev tools.
gcc
makeutils
binutils
g++
gcj