I recently tried to install nodejs on Ubuntu Natty on my WMWare Workstation. I got the source file from here. And I'm following the instructions for doing that here
However, when I try to extract the dowloaded archive I get an error. I enter this tar -zxvf node-v0.6.6.tar.gz
and I get the following at the end of the operation.
node-v0.6.6/benchmark/arrays/zero_int.js
tar: node-v0.6.6/deps/openssl/openssl/apps/md4.c: Cannot create symlink to `../crypto/md4/md4.c': Operation not supported
tar: node-v0.6.6/tools/run-valgrind.py: Cannot create symlink to `../deps/v8/tools/run-valgrind.py': Operation not supported
tar: Exiting with failure status due to previous errors
I am logged in as root. Not sure why I get this.
I'd appreciate any guidance.
Thanks in advance.