Answer the question
In order to leave comments, you need to log in
Installing NodeJS on CentOS 6.4?
I do it like this.
yum install openssl-devel (если не установлен)
cd /usr/local/src/
wget http://nodejs.org/dist/v0.10.24/node-v0.10.24.tar.gz
tar zxvf node-v0.10.24.tar.gz
cd node-v0.10.24
./configure
make
make install
# make
make -C out BUILDTYPE=Release V=1
make[1]: Entering directory `/usr/local/src/node-v0.10.24/out'
make[1]: execvp: printf: Argument list too long
make[1]: *** [/usr/local/src/node-v0.10.24/out/Release/obj.target/deps/openssl/libopenssl.a] Error 127
make[1]: Leaving directory `/usr/local/src/node-v0.10.24/out'
make: *** [node] Error 2
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question