update node installation on linux
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
NodeNinja <aeon6f... @gmail.com>
Date: Mon, 1 Oct 2012 16:24:56 -0700 (PDT)
Local: Mon, Oct 1 2012 7:24 pm
Subject: update node installation on linux
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?
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Kurt Symanzik <k... @kbsymanzik.org>
Date: Tue, 02 Oct 2012 08:00:36 +0800
Local: Mon, Oct 1 2012 8:00 pm
Subject: Re: [nodejs] update node installation on linux
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
--
Kurt Symanzik
k
... @kbsymanzik.org
Skype id: ksymanzik
http://kbsymanzik.org
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
NodeNinja <aeon6f... @gmail.com>
Date: Mon, 1 Oct 2012 17:34:19 -0700 (PDT)
Local: Mon, Oct 1 2012 8:34 pm
Subject: Re: [nodejs] update node installation on linux
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?
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Ben Noordhuis <i... @bnoordhuis.nl>
Date: Tue, 2 Oct 2012 03:02:22 +0200
Local: Mon, Oct 1 2012 9:02 pm
Subject: Re: [nodejs] update node installation on linux
On Tue, Oct 2, 2012 at 2:34 AM, NodeNinja <aeon6f
... @gmail.com> wrote:
>> 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?
Yes, that's okay.
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
NodeNinja <aeon6f... @gmail.com>
Date: Mon, 1 Oct 2012 22:05:39 -0700 (PDT)
Local: Tues, Oct 2 2012 1:05 am
Subject: Re: [nodejs] update node installation on linux
On Tuesday, October 2, 2012 6:32:35 AM UTC+5:30, Ben Noordhuis wrote:
> Yes, that's okay.
Many thanks Ben and Kurt!
You must
Sign in before you can post messages.
You do not have the permission required to post.