Nodejs v0.10.8 upgrade and Installation

Source: Internet
Author: User
Nodejs v0.10.8 upgrade and Installation

Author: chszs, reprinted with note. Blog homepage:Http://blog.csdn.net/chszs
I. Environment

OS: Ubuntu 13.04
Before nodejs upgrade: node v0.10.5
After nodejs upgrade: node v0.10.8
Ii. Installation Process

Download node. js source code from the official website: http://nodejs.org/dist/v0.10.8/node-v0.10.8.tar.gz

$ Node-v0.10.8 CD
$ Sudo./configure
$ Sudo make
$ Sudo make install

The entire installation is normal. Verify installation:
$ Node-V
V0.10.8

However, there was a previous installation error when upgrading and installing version 0.10.7. As shown below.

About a week ago, node. js officially released version 0.10.7. I am going to upgrade to the latest version.
Download the source code version of node. js:
Http://nodejs.org/dist/v0.10.7/node-v0.10.7.tar.gz

Decompress the source package:
$ Tar zvxf node-v0.10.7.tar.gz
$ Node-v0.10.7 CD
$./Configure

Error:
Gyp:/home/chszs/node-v0.10.7/deps/OpenSSL. gyp not found (CWD:/home/chszs/node-v0.10.7) while loading dependencies of/home/chszs/node-v0.10.7/node. gyp while trying to load/home/chszs/node-v0.10.7/node. gyp
Error running Gyp

The problem persists, But it disappears in v0.10.8.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.