<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Compiling Node.js on Solaris &#8211; The Issues</title>
	<atom:link href="http://blog.cliffano.com/2010/06/04/compiling-node-js-on-solaris-the-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cliffano.com/2010/06/04/compiling-node-js-on-solaris-the-issues/</link>
	<description>Geeking, Living, Travelling</description>
	<lastBuildDate>Mon, 23 Jan 2012 03:47:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Cliffano Subagio</title>
		<link>http://blog.cliffano.com/2010/06/04/compiling-node-js-on-solaris-the-issues/comment-page-1/#comment-4109</link>
		<dc:creator>Cliffano Subagio</dc:creator>
		<pubDate>Wed, 19 Oct 2011 02:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=1071#comment-4109</guid>
		<description>Hi, care to provide uname -a and the exact error? Though I would suggest you stop by #node.js on freenode or post the make error to node.js user mailing list.</description>
		<content:encoded><![CDATA[<p>Hi, care to provide uname -a and the exact error? Though I would suggest you stop by #node.js on freenode or post the make error to node.js user mailing list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://blog.cliffano.com/2010/06/04/compiling-node-js-on-solaris-the-issues/comment-page-1/#comment-4107</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Tue, 18 Oct 2011 17:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=1071#comment-4107</guid>
		<description>Hi, I want to install node.js in linux, but after execute &quot;make&quot;, it tells me:

&quot;node-v0.4.12/deps/v8/src/mksnapshot.cc:29.18:error: string: No such file or directory&quot;

could you help me please?</description>
		<content:encoded><![CDATA[<p>Hi, I want to install node.js in linux, but after execute &#8220;make&#8221;, it tells me:</p>
<p>&#8220;node-v0.4.12/deps/v8/src/mksnapshot.cc:29.18:error: string: No such file or directory&#8221;</p>
<p>could you help me please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliffano Subagio</title>
		<link>http://blog.cliffano.com/2010/06/04/compiling-node-js-on-solaris-the-issues/comment-page-1/#comment-3173</link>
		<dc:creator>Cliffano Subagio</dc:creator>
		<pubDate>Sat, 22 Jan 2011 10:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=1071#comment-3173</guid>
		<description>That&#039;s a tough situation you&#039;re in, Bill, and it&#039;s hard to suggest anything without accessing the environment. Perhaps try reinstalling python? and also try the different packages out there?

What I usually do in such situation is to revert back from the last image backup, or rebuild the environment from scratch (I assume you have an installation script that you used when you first set up the server), I think that&#039;s better than being down for 4 days trying to manually fix weird errors one by one.

Good luck!</description>
		<content:encoded><![CDATA[<p>That&#8217;s a tough situation you&#8217;re in, Bill, and it&#8217;s hard to suggest anything without accessing the environment. Perhaps try reinstalling python? and also try the different packages out there?</p>
<p>What I usually do in such situation is to revert back from the last image backup, or rebuild the environment from scratch (I assume you have an installation script that you used when you first set up the server), I think that&#8217;s better than being down for 4 days trying to manually fix weird errors one by one.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill McNutt</title>
		<link>http://blog.cliffano.com/2010/06/04/compiling-node-js-on-solaris-the-issues/comment-page-1/#comment-3166</link>
		<dc:creator>Bill McNutt</dc:creator>
		<pubDate>Fri, 21 Jan 2011 21:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=1071#comment-3166</guid>
		<description>I&#039;m having the same issue on a Solaris 10 box.  It&#039;s a sunfire x4100 and I&#039;m trying to install mailman-2.1.14.  I&#039;m recovering from a system crash using new hardware, I&#039;ve been down for almost four days, and I&#039;ve got a lot of people breathing down my neck.

I make it through ./configure, but &quot;make install&quot; yields:


Compiling /usr/local/mailman/Mailman/versions.py ...
Traceback (most recent call last):
  File &quot;bin/update&quot;, line 50, in 
    from Mailman import Utils
  File &quot;/usr/local/mailman/Mailman/Utils.py&quot;, line 32, in 
    import cgi
  File &quot;/usr/local/lib/python2.6/cgi.py&quot;, line 40, in 
    import urllib
  File &quot;/usr/local/lib/python2.6/urllib.py&quot;, line 26, in 
    import socket
  File &quot;/usr/local/lib/python2.6/socket.py&quot;, line 46, in 
    import _socket
ImportError: ld.so.1: python: fatal: relocation error: file /usr/local/lib/python2.6/lib-dynload/_socket.so: symbol inet_aton: referenced symbol not found
*** Error code 1
The following command caused the error:
(cd /usr/local/mailman ; test -n &quot;&quot; &#124;&#124; bin/update)
make: Fatal error: Command failed for target `update&#039;

I tried putting your symbolic links in /lib, but I kept getting the same error.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same issue on a Solaris 10 box.  It&#8217;s a sunfire x4100 and I&#8217;m trying to install mailman-2.1.14.  I&#8217;m recovering from a system crash using new hardware, I&#8217;ve been down for almost four days, and I&#8217;ve got a lot of people breathing down my neck.</p>
<p>I make it through ./configure, but &#8220;make install&#8221; yields:</p>
<p>Compiling /usr/local/mailman/Mailman/versions.py &#8230;<br />
Traceback (most recent call last):<br />
  File &#8220;bin/update&#8221;, line 50, in<br />
    from Mailman import Utils<br />
  File &#8220;/usr/local/mailman/Mailman/Utils.py&#8221;, line 32, in<br />
    import cgi<br />
  File &#8220;/usr/local/lib/python2.6/cgi.py&#8221;, line 40, in<br />
    import urllib<br />
  File &#8220;/usr/local/lib/python2.6/urllib.py&#8221;, line 26, in<br />
    import socket<br />
  File &#8220;/usr/local/lib/python2.6/socket.py&#8221;, line 46, in<br />
    import _socket<br />
ImportError: ld.so.1: python: fatal: relocation error: file /usr/local/lib/python2.6/lib-dynload/_socket.so: symbol inet_aton: referenced symbol not found<br />
*** Error code 1<br />
The following command caused the error:<br />
(cd /usr/local/mailman ; test -n &#8220;&#8221; || bin/update)<br />
make: Fatal error: Command failed for target `update&#8217;</p>
<p>I tried putting your symbolic links in /lib, but I kept getting the same error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Compiling node.js on Solaris &#171; Citysearch® Australia Code Monkeys</title>
		<link>http://blog.cliffano.com/2010/06/04/compiling-node-js-on-solaris-the-issues/comment-page-1/#comment-1066</link>
		<dc:creator>Compiling node.js on Solaris &#171; Citysearch® Australia Code Monkeys</dc:creator>
		<pubDate>Fri, 04 Jun 2010 23:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cliffano.com/?p=1071#comment-1066</guid>
		<description>[...] 5, 2010   One of our happy team of code monkeys wrote up his heroic efforts on getting node.js to build on Solaris x86.      Posted by csausdev Filed in Uncategorized Tags: javascript, node.js, solaris   Leave a [...]</description>
		<content:encoded><![CDATA[<p>[...] 5, 2010   One of our happy team of code monkeys wrote up his heroic efforts on getting node.js to build on Solaris x86.      Posted by csausdev Filed in Uncategorized Tags: javascript, node.js, solaris   Leave a [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

