Hi, everybody!
I need to know, how can I install a Node.JS on a raspberry PI 2? I did try of all ways that I found on the internet, but I'm new on BSD world and I not got results yet.
I tried run and compile a lot of packages.
When I try run these here:
http://nodejs.org/dist/v0.10.28/node-v0.10.28-linux-arm-pi.tar.gz
http://nodejs.org/dist/latest-v4.x/node-v4.2.6-linux-armv6l.tar.gz
http://nodejs.org/dist/v4.2.4/node-v4.2.4-linux-armv7l.tar.gz
http://nodejs.org/dist/v5.4.1/node-v5.4.1-linux-arm64.tar.gz
for all they, I receive the message:
When I try compile this one http://nodejs.org/dist/latest-v4.x/node-v4.2.6.tar.gz, I'm receiving:
I managed to install all dependencies of NodeJS. But still does not work...
Someone can help me?
I need to know, how can I install a Node.JS on a raspberry PI 2? I did try of all ways that I found on the internet, but I'm new on BSD world and I not got results yet.
I tried run and compile a lot of packages.
When I try run these here:
http://nodejs.org/dist/v0.10.28/node-v0.10.28-linux-arm-pi.tar.gz
http://nodejs.org/dist/latest-v4.x/node-v4.2.6-linux-armv6l.tar.gz
http://nodejs.org/dist/v4.2.4/node-v4.2.4-linux-armv7l.tar.gz
http://nodejs.org/dist/v5.4.1/node-v5.4.1-linux-arm64.tar.gz
for all they, I receive the message:
Code:
ELF interpreter /lib/ld-linux-armhf.so.3 not found, error 2
Abort
When I try compile this one http://nodejs.org/dist/latest-v4.x/node-v4.2.6.tar.gz, I'm receiving:
Code:
gmake[1]: Warning File 'Makefile' has modification time 576643 s in the future
Makefile: 56 *** Stale config.gypi, please re-run ./configure. Stop.
I managed to install all dependencies of NodeJS. But still does not work...
Someone can help me?