ok, so I got a dedicated Linux server and I'm trying to install node.js
i ran
wget http://nodejs.org/dist/node-v0.4.11.tar.gz tar zxf node-v0.4.11.tar.gz cd node-v0.4.11
things are good
then i ran
./configure
and i got
Checking for program g++ or c++ : not found Checking for program icpc : not found Checking for program c++ : not found wscript:232: error: could not configure a cxx compiler!
so i google that error if a page is found that says run this
sudo apt-get install build-essential libssl-dev curl git-core
but then i get
-bash: sudo: command not found
Please help me, I do not know what to do now
mcgrailm
source share