Skip to content

Instantly share code, notes, and snippets.

@bassdread
Created November 21, 2013 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bassdread/7579210 to your computer and use it in GitHub Desktop.
Save bassdread/7579210 to your computer and use it in GitHub Desktop.
pi@neptr ~ $ uname -a
Linux neptr 3.6.11+ #538 PREEMPT Fri Aug 30 20:42:08 BST 2013 armv6l GNU/Linux
pi@neptr ~ $ curl -O http://nodejs.org/dist/v0.11.7/node-v0.11.7-linux-arm-pi.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4843k 100 4843k 0 0 816k 0 0:00:05 0:00:05 --:--:-- 939k
pi@neptr ~ $ tar zxf node-v0.11.7-linux-arm-pi.tar.gz
pi@neptr ~ $ node-v0.11.7-linux-arm-pi/bin/node -e 'console.log("hello")'
-su: node-v0.11.7-linux-arm-pi/bin/node: No such file or directory
pi@neptr ~ $ ldd node-v0.11.7-linux-arm-pi/bin/node
not a dynamic executable
pi@neptr ~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment