Hello All

I have just started learning Node.js and trying to install Node.js in my 
system which runs CentOs 6.

During installation, I performed following steps till now :


   - cd var/www/html/nodetest/
   - wget http://nodejs.org/dist/v0.10.21/node-v0.10.21-linux-x64.tar.gz
   - tar zxf node-v0.10.21-linux-x64.tar.gz
   - cd node-v0.10.21-linux-x64
   
After this, I tried to run following command. (as per asked in the 
installation guide for node.js)

./configure

But the above command is showing error like :

bash: ./configure: No such file or directory

To resolve the above error, i tried to update some software packages using 
following commands :

yum -y update

yum -y groupinstall "Development Tools"

But still the ./configure command is not working.

I'm stuck at this point. Can anyone pls help me resolving the above issue ?

Thanks & Regards,
Richa


-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to