B
B
bumbay2014-06-30 08:08:51
linux
bumbay, 2014-06-30 08:08:51

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

At the moment, make produces this.
# 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

How to be?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bumbay, 2014-06-30
@bumbay

Install it from here .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question