update node installation on linux

68 views
Skip to first unread message

NodeNinja

unread,
Oct 1, 2012, 7:24:56 PM10/1/12
to nod...@googlegroups.com
I manually installed node on linux from a tar file following instructions from https://github.com/joyent/node/wiki/Installation

Unfortunately I installed v0.8.10 which seems to have a regression.

Is it possible for me now to upgrade the current installation without hassle to v0.8.11, if so what steps would I need to follow?

Kurt Symanzik

unread,
Oct 1, 2012, 8:00:36 PM10/1/12
to nod...@googlegroups.com
Yes, just follow the same steps. Unarchive the source code into a
different folder and then run the same steps that you did before, i.e.:

./configure
make
sudo make install


Kurt
> --
> 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 nod...@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+un...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en


--
Kurt Symanzik
ku...@kbsymanzik.org
Skype id: ksymanzik
http://kbsymanzik.org

NodeNinja

unread,
Oct 1, 2012, 8:34:19 PM10/1/12
to nod...@googlegroups.com


Yes, just follow the same steps. Unarchive the source code into a
different folder and then run the same steps that you did before, i.e.:

./configure
make
sudo make install

Is it OK to keep the older version of node before building and installing the new version? 

Ben Noordhuis

unread,
Oct 1, 2012, 9:02:22 PM10/1/12
to nod...@googlegroups.com
Yes, that's okay.

NodeNinja

unread,
Oct 2, 2012, 1:05:39 AM10/2/12
to nod...@googlegroups.com


On Tuesday, October 2, 2012 6:32:35 AM UTC+5:30, Ben Noordhuis wrote:

Yes, that's okay.

Many thanks Ben and Kurt! 
Reply all
Reply to author
Forward
0 new messages