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.