no acceptable C compiler found in $PATH

These are old archives. They are kept for historic purposes only.
Post Reply
Professeur
Posts: 1
Joined: Fri Oct 23, 2009 8:11 pm

no acceptable C compiler found in $PATH

Post by Professeur »

Hi,

I'm using CentOS 5 with Plesk 9 and I've got a problem, when I'm trying to installing I see that :

Code: Select all

checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
What must I do ?

Sincerely,
Professeur
warg
Posts: 63
Joined: Mon Jul 12, 2010 8:12 am

Re: no acceptable C compiler found in $PATH

Post by warg »

install gcc

as root, on centos, you should: yum install gcc zlib-devel openssl-devel
"A foolish consistency is the hobgoblin of little minds, adored by little statesmen and philosophers and divines." — Ralph Waldo Emerson
Post Reply