<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Zlib:BufError</title>
	<atom:link href="http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/feed/" rel="self" type="application/rss+xml" />
	<link>http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/</link>
	<description>Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.</description>
	<lastBuildDate>Sun, 18 May 2008 19:01:44 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shane</title>
		<link>http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/#comment-36</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Sun, 18 May 2008 19:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/#comment-36</guid>
		<description>Thanks!  I was hitting my head to the keyboard trying to figure out what the problem is because my gem was working just fine!

I posted on my blog with reference to yours if you don&#039;t mind.  I figure there must be more rubyforge project developers trying to figure this out.</description>
		<content:encoded><![CDATA[<p>Thanks!  I was hitting my head to the keyboard trying to figure out what the problem is because my gem was working just fine!</p>
<p>I posted on my blog with reference to yours if you don&#8217;t mind.  I figure there must be more rubyforge project developers trying to figure this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stevemidgley</title>
		<link>http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/#comment-8</link>
		<dc:creator>stevemidgley</dc:creator>
		<pubDate>Fri, 07 Sep 2007 17:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/#comment-8</guid>
		<description>This turns out to be a very general problem with Zlib on Ruby for Windows. I&#039;ve written up the code that allows you to work around it:

http://www.misuse.org/science/2007/09/07/ruby-zlib-buffer-error-on-windows/

Basically the core is from the RubyGems guys (Jamis Buck I think). I&#039;ve just published the code if anyone needs to know how to avoid buffer errors in the Zlib Ruby library in other places on Windows.</description>
		<content:encoded><![CDATA[<p>This turns out to be a very general problem with Zlib on Ruby for Windows. I&#8217;ve written up the code that allows you to work around it:</p>
<p><a href="http://www.misuse.org/science/2007/09/07/ruby-zlib-buffer-error-on-windows/" rel="nofollow">http://www.misuse.org/science/2007/09/07/ruby-zlib-buffer-error-on-windows/</a></p>
<p>Basically the core is from the RubyGems guys (Jamis Buck I think). I&#8217;ve just published the code if anyone needs to know how to avoid buffer errors in the Zlib Ruby library in other places on Windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan M</title>
		<link>http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/#comment-7</link>
		<dc:creator>Jan M</dc:creator>
		<pubDate>Sat, 16 Jun 2007 21:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/#comment-7</guid>
		<description>Ok, after two times &quot;gem update --system&quot; I still had the same error. It also suddenly wanted to update gems that were already up to date.  So I did a reinstall of Ruby, then the two updates and then it worked. 

I tracked down the cause of the screwed up installation and it turned out to be the preview version of capistrano 2! Be warned. Before I figured this out I had done 5 clean Ruby installs...

So, although the tutorial on their site tells you to, DON&#039;T DO:
gem install -s http://gems.rubyonrails.com capistrano</description>
		<content:encoded><![CDATA[<p>Ok, after two times &#8220;gem update &#8211;system&#8221; I still had the same error. It also suddenly wanted to update gems that were already up to date.  So I did a reinstall of Ruby, then the two updates and then it worked. </p>
<p>I tracked down the cause of the screwed up installation and it turned out to be the preview version of capistrano 2! Be warned. Before I figured this out I had done 5 clean Ruby installs&#8230;</p>
<p>So, although the tutorial on their site tells you to, DON&#8217;T DO:<br />
gem install -s <a href="http://gems.rubyonrails.com" rel="nofollow">http://gems.rubyonrails.com</a> capistrano</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/#comment-6</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sun, 27 May 2007 18:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/#comment-6</guid>
		<description>Thanks for this useful advice.  Being a noob/intermediate RoR developer that error would have had me stymied for some time.  However, with your help it only caused about a 2 minute delay :)</description>
		<content:encoded><![CDATA[<p>Thanks for this useful advice.  Being a noob/intermediate RoR developer that error would have had me stymied for some time.  However, with your help it only caused about a 2 minute delay <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zlib:BufError while installing Capistrano on Windows</title>
		<link>http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/#comment-5</link>
		<dc:creator>Zlib:BufError while installing Capistrano on Windows</dc:creator>
		<pubDate>Wed, 23 May 2007 01:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/#comment-5</guid>
		<description>[...] Thnx to don&#8217;t repeat yourself. [...]</description>
		<content:encoded><![CDATA[<p>[...] Thnx to don&#8217;t repeat yourself. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/#comment-4</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 22 May 2007 13:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/#comment-4</guid>
		<description>Thank you. I never would have figured that out on my own. I was about to /wrists</description>
		<content:encoded><![CDATA[<p>Thank you. I never would have figured that out on my own. I was about to /wrists</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FreshFarhan</title>
		<link>http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/#comment-3</link>
		<dc:creator>FreshFarhan</dc:creator>
		<pubDate>Tue, 22 May 2007 09:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/#comment-3</guid>
		<description>Hey thanks a lot for that info deud! I was having trouble installing capistrano with instantrails for quite a while and this was the exact problem!</description>
		<content:encoded><![CDATA[<p>Hey thanks a lot for that info deud! I was having trouble installing capistrano with instantrails for quite a while and this was the exact problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/#comment-2</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Tue, 22 May 2007 08:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/#comment-2</guid>
		<description>Thanks a lot for this post! I don&#039;t think I would have figured it out all by myself. Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this post! I don&#8217;t think I would have figured it out all by myself. Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
