Peter's Solaris Zone

Node

For convenience I've made available Solaris 10 packages (x86 only) of node.js. Building it isn't overly taxing, but getting some of the prerequisites (such as a convenient compiler) may be a little tedious.


Current stable version, Node 0.6.11:

DOWNLOAD

This includes Node 0.6.11, cURL 7.24.0, openssl 1.0.0g, and npm. It's built with GCC 4.6.1 and includes the two shared libraries necessary for it to run. Uncompress the file with bunzip2, then the following as root:

pkgadd -d TRIBnode-0.6.11.0.pkg TRIBnode
and it will be installed into /opt/Node, and you just need to add /opt/Node/bin into your PATH.


To upgrade from one version to the next, use pkgrm TRIBnode to remove the old version and install the new version as above.


The older stable version from the 0.4 series is also available. Note that this has been deprecated in favour of 0.6.

DOWNLOAD

This includes Node 0.4.12, cURL 7.22.0, and npm. Uncompress the file with bunzip2, then:

pkgadd -d TRIBnode-0.4.12.0.pkg TRIBnode
and it will be installed into /opt/Node, and you just need to add /opt/Node/bin into your PATH.


node-kstat

I've augmented node-kstat from Bryan Cantrill's original. There's the odd minor fix, I've essentially completed the list of kstats supported (including most of the raw kstats), and added methods that give the support needed by JKstat, and there's an example jkstat.js script that can run as a server under node that the JKstat client can connect to.

Older versions

0.6.10 package
This includes Node 0.6.10, cURL 7.24.0, openssl 1.0.0g, and npm. Superseded by the 0.6.9.1 package.
0.6.9 package
This includes Node 0.6.9, cURL 7.24.0, openssl 1.0.0g, and npm.
0.6.9 package
This includes Node 0.6.9, cURL 7.24.0, openssl 1.0.0g, and npm. Superseded by the 0.6.9.1 package.
0.6.8 package
This includes Node 0.6.8, cURL 7.23.1, openssl 1.0.0g, and npm.
0.6.7 package
This includes Node 0.6.7, cURL 7.23.1, openssl 1.0.0f, and npm.
0.6.6 package
This includes Node 0.6.6, cURL 7.23.1, openssl 1.0.0e, and npm.
0.6.5 package
This includes Node 0.6.5, cURL 7.23.1, openssl 1.0.0e, and npm.
0.6.4 package
This includes Node 0.6.4, cURL 7.23.1, openssl 1.0.0e, and npm.
0.6.2 package
This includes Node 0.6.2, cURL 7.23.1, openssl 1.0.0e, and npm.
0.6.1 package
This includes Node 0.6.1, cURL 7.22.0, openssl 1.0.0e, and npm.
0.4.11 package
This includes Node 0.4.11, cURL 7.21.7, and npm.
0.4.10 package
This includes Node 0.4.10,cURL 7.21.7, and npm.
0.4.9 package
This includes Node 0.4.9, openssl 1.0.0d, cURL 7.21.7, and npm.
0.4.8 package
This includes Node 0.4.8, openssl 1.0.0d, cURL 7.21.6, and npm.

While it's now ancient and no longer relevant, a couple of blog entries described my early attempts to get node running on Solaris. For details see blog entry 1 and blog entry 2.


Peter's Home