<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rodrigow &#187; ubuntu</title>
	<atom:link href="http://blog.rodrigow.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rodrigow.com</link>
	<description>thoughts and tech</description>
	<lastBuildDate>Sat, 01 Oct 2011 14:03:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ruby, rvm, rails, zlib and ubuntu</title>
		<link>http://blog.rodrigow.com/2011/01/ruby-rvm-rails-zlib-and-ubuntu/</link>
		<comments>http://blog.rodrigow.com/2011/01/ruby-rvm-rails-zlib-and-ubuntu/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 01:05:22 +0000</pubDate>
		<dc:creator>rodrigow</dc:creator>
				<category><![CDATA[any]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rvm]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[zlib]]></category>

		<guid isPermaLink="false">http://blog.rodrigow.com/?p=298</guid>
		<description><![CDATA[When installing the ruby version 1.9.2 through rvm on an Ubuntu box, you might get and error related to the zlib lib. The simple solution is to uninstall the ruby 1.9.2 version. After that, you should install zlib using rvm, &#8230; <a href="http://blog.rodrigow.com/2011/01/ruby-rvm-rails-zlib-and-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When installing the <a href="http://www.ruby-lang.org/en/" onclick="pageTracker._trackPageview('/outgoing/www.ruby-lang.org/en/?referer=');">ruby</a> version 1.9.2 through <a href="http://rvm.beginrescueend.com/" onclick="pageTracker._trackPageview('/outgoing/rvm.beginrescueend.com/?referer=');">rvm</a> on an <a href="http://www.ubuntu.com/" onclick="pageTracker._trackPageview('/outgoing/www.ubuntu.com/?referer=');">Ubuntu</a> box, you might get and error related to the <a href="http://www.zlib.net/" onclick="pageTracker._trackPageview('/outgoing/www.zlib.net/?referer=');">zlib lib</a>. The simple solution is to uninstall the ruby 1.9.2 version. After that, you should install zlib using rvm, as follow:</p>
<pre><code>$ rvm package install zlib
$ rvm remove 1.9.2
$ rvm install 1.9.2 --with-zlib-dir=$rvm_path/usr</code></pre>
<p>This should fix your zlib error.</p>
<p>More information: <a href="http://rvm.beginrescueend.com/packages/zlib/" onclick="pageTracker._trackPageview('/outgoing/rvm.beginrescueend.com/packages/zlib/?referer=');">rvm website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rodrigow.com/2011/01/ruby-rvm-rails-zlib-and-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

