AWS EC2 and build-essential
Posted
by
Randy Hartmen
on Server Fault
See other posts from Server Fault
or by Randy Hartmen
Published on 2010-11-22T21:40:23Z
Indexed on
2010/12/28
6:55 UTC
Read the original article
Hit count: 357
amazon-ec2
|aws
Hi,
I am trying to compile Node.js on Amazon EC2, but I can't even install "build essential". Where's the problem?
Thanks.
sudo yum install build-essential
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
(...)
No package build-essential available.
Error: Nothing to do
./configure
Checking for program g++ or c++ : not found
Checking for program icpc : not found
Checking for program c++ : not found
error: could not configure a cxx compiler!
could not configure a cxx compiler!
© Server Fault or respective owner