3
3
I install nodeJS like here shown: http://nodeguide.com/beginner.html
I have done these steps: wget http://nodejs.org/dist/node-v0.4.4.tar.gz
and tar -xzf node-v0.4.4.tar.gz
But when I try this: cd node-v0.4.4.tar.gz it gives me an error: sh: line 0: cd: node-v0.4.4.tar.gz: Not a directory
And when I try this: ./configure
it gives me sh: ./configure: No such file or directory
And finally when I try sudo make install
it says sudo: sorry, you must have a tty to run sudo
Thank you very much
@Matthieu Cormier: it helped me, but when I try ./configure it gives me
sh: ./configure: No such file or directory
– hey – 2011-04-19T21:09:46.620try changing the permissions of the file with chmod 755 configure – None – 2011-04-19T21:36:20.680
@Matthieu Cormier: through ftp or where? – hey – 2011-04-19T21:39:53.613
if you do ls do you see the configure file? – None – 2011-04-19T21:46:55.227
@Matthieu Cormier: no, I don't see it in ftp. – hey – 2011-04-19T21:48:38.473
Are you doing this remotely, on an ftp client? – tladuke – 2011-04-20T01:10:09.250
@tladuke: through command line – hey – 2011-04-20T10:28:20.097