<?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 for max.lueb.be</title>
	<atom:link href="http://lueb.be/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lueb.be</link>
	<description>Thoughts on tech and other rants.</description>
	<lastBuildDate>Fri, 14 May 2010 19:24:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Installing Apache Thrift on Mac OS X 10.5 Leopard by andrew</title>
		<link>http://lueb.be/2009/02/23/installing-apache-thrift-on-mac-os-x-105-leopard/comment-page-1/#comment-437</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Fri, 14 May 2010 19:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://lueb.be/?p=45#comment-437</guid>
		<description>On my Mac, the thrift install hung during make at

(dix) enabling device 0
(dix) enabling device 1
(dix) enabling device 2
(dix) enabling device 3
(dix) enabling device 4
(dix) enabling device 6
AllocNewConnection: client index = 1, socket fd = 9

Somehow the installer then managed to pop up X11, and if I went over to X11 and created a new window, I&#039;d see a new line of

AllocNewConnection: client index = [another number], socket fd = [some other number]

The solution is to SKIP the bootstrap.sh step.  If you&#039;ve already run bootstrap.sh, just re-download a fresh copy of thrift.</description>
		<content:encoded><![CDATA[<p>On my Mac, the thrift install hung during make at</p>
<p>(dix) enabling device 0<br />
(dix) enabling device 1<br />
(dix) enabling device 2<br />
(dix) enabling device 3<br />
(dix) enabling device 4<br />
(dix) enabling device 6<br />
AllocNewConnection: client index = 1, socket fd = 9</p>
<p>Somehow the installer then managed to pop up X11, and if I went over to X11 and created a new window, I&#8217;d see a new line of</p>
<p>AllocNewConnection: client index = [another number], socket fd = [some other number]</p>
<p>The solution is to SKIP the bootstrap.sh step.  If you&#8217;ve already run bootstrap.sh, just re-download a fresh copy of thrift.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Apache Thrift on Mac OS X 10.5 Leopard by Ovidiu S</title>
		<link>http://lueb.be/2009/02/23/installing-apache-thrift-on-mac-os-x-105-leopard/comment-page-1/#comment-99</link>
		<dc:creator>Ovidiu S</dc:creator>
		<pubDate>Sun, 23 Aug 2009 19:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://lueb.be/?p=45#comment-99</guid>
		<description>Thank you very much for posting this. It works like a charm. It would have taken me ages to solve this by myself.</description>
		<content:encoded><![CDATA[<p>Thank you very much for posting this. It works like a charm. It would have taken me ages to solve this by myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Apache Thrift on Mac OS X 10.5 Leopard by mluebbe</title>
		<link>http://lueb.be/2009/02/23/installing-apache-thrift-on-mac-os-x-105-leopard/comment-page-1/#comment-27</link>
		<dc:creator>mluebbe</dc:creator>
		<pubDate>Wed, 22 Apr 2009 19:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://lueb.be/?p=45#comment-27</guid>
		<description>Thanks for posting that! I&#039;m going to try and replicate that tonight - I&#039;ll add your workaround after I check it out myself.</description>
		<content:encoded><![CDATA[<p>Thanks for posting that! I&#8217;m going to try and replicate that tonight &#8211; I&#8217;ll add your workaround after I check it out myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Apache Thrift on Mac OS X 10.5 Leopard by Dan</title>
		<link>http://lueb.be/2009/02/23/installing-apache-thrift-on-mac-os-x-105-leopard/comment-page-1/#comment-26</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 22 Apr 2009 15:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://lueb.be/?p=45#comment-26</guid>
		<description>I had an additional problem with the current code as of April 22, 2009. When building the java module, the build fails because it can&#039;t find a copy of log4j.jar. This is the fix:

Create ~/.thrift-build.properties and use it to point to a log4j jar somewhere on your system:

thrift.extra.cpath=/tmp/log4j-1.2.15.jar

There is an open issue about this you can track:

http://issues.apache.org/jira/browse/THRIFT-453</description>
		<content:encoded><![CDATA[<p>I had an additional problem with the current code as of April 22, 2009. When building the java module, the build fails because it can&#8217;t find a copy of log4j.jar. This is the fix:</p>
<p>Create ~/.thrift-build.properties and use it to point to a log4j jar somewhere on your system:</p>
<p>thrift.extra.cpath=/tmp/log4j-1.2.15.jar</p>
<p>There is an open issue about this you can track:</p>
<p><a href="http://issues.apache.org/jira/browse/THRIFT-453" rel="nofollow">http://issues.apache.org/jira/browse/THRIFT-453</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Apache Thrift on Mac OS X 10.5 Leopard by mluebbe</title>
		<link>http://lueb.be/2009/02/23/installing-apache-thrift-on-mac-os-x-105-leopard/comment-page-1/#comment-20</link>
		<dc:creator>mluebbe</dc:creator>
		<pubDate>Fri, 06 Mar 2009 20:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://lueb.be/?p=45#comment-20</guid>
		<description>Jake, your project looks really interesting! Thanks for taking the time to comment, I&#039;m looking forward to having a chance to play with thrudb this weekend!</description>
		<content:encoded><![CDATA[<p>Jake, your project looks really interesting! Thanks for taking the time to comment, I&#8217;m looking forward to having a chance to play with thrudb this weekend!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
