First off, any idea why nodejs is not packaged for Debian Wheezy (The current stable version)?
Secondly, trying to install it manually, I downloaded the files and proceeded with a ./configure, make and make install. On the make install, I get this error even with sudo. I had solved a similiar issue prior (if I run ./configure it doesn't work (tries to run python code with what i assume is bash) but a "python configure" works). The 4th last error of my error message seems to prove this is the case. Should I try adding in a shebang manually to that config file? Why doesn't it come packaged with a shebang to start with?
make
make -C out BUILDTYPE=Release V=1
make[1]: Entering directory `node-v0.10.33/out'
LD_LIBRARY_PATH=node-v0.10.33/out/Release/lib.host:node-v0.10.33/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/tools/gyp; mkdir -p node-v0.10.33/out/Release/obj.target/v8_snapshot/geni; "node-v0.10.33/out/Release/mksnapshot" --log-snapshot-positions --logfile "node-v0.10.33/out/Release/obj.target/v8_snapshot/geni/snapshot.log" "node-v0.10.33/out/Release/obj.target/v8_snapshot/geni/snapshot.cc"
/bin/sh: 1: node-v0.10.33/out/Release/mksnapshot: Permission denied
make[1]: *** [node-v0.10.33/out/Release/obj.target/v8_snapshot/geni/snapshot.cc] Error 126
make[1]: Leaving directory `/node-v0.10.33/out'
make: *** [node] Error 2