<?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>John Yerhot - Weblog &#187; problems</title>
	<atom:link href="http://www.johnyerhot.com/tag/problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnyerhot.com</link>
	<description>moof</description>
	<lastBuildDate>Mon, 16 Aug 2010 22:11:50 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Slicehost problems with Gem *FIXED*</title>
		<link>http://www.johnyerhot.com/2008/03/17/slicehost-problems-with-gem-fixed/</link>
		<comments>http://www.johnyerhot.com/2008/03/17/slicehost-problems-with-gem-fixed/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 18:43:33 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[Slicehost]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[problems]]></category>

		<guid isPermaLink="false">http://www.johnyerhot.com/2008/03/17/slicehost-problems-with-gem-fixed/</guid>
		<description><![CDATA[Today I set up 470.johnyerhot.com and set up a Rails app I worked on to run there, but I needed to install the Pdf-writer Gem for proper functionality.  Low and behold when I tried
sudo gem install pdf-writer
I was greeted with nothing, just
Updating Gem source index for: http://gems.rubyforge.org
and that was it.  After searching and [...]]]></description>
			<content:encoded><![CDATA[<p>Today I set up 470.johnyerhot.com and set up a Rails app I worked on to run there, but I needed to install the Pdf-writer Gem for proper functionality.  Low and behold when I tried</p>
<blockquote><p>sudo gem install pdf-writer</p></blockquote>
<p>I was greeted with nothing, just</p>
<blockquote><p>Updating Gem source index for: http://gems.rubyforge.org</p></blockquote>
<p>and that was it.  After searching and searching I realized the the version of Gem I had installed was 0.94 and that was the problem.</p>
<p>The solution is as follows:</p>
<blockquote><p>wget http://rubyforge.org/frs/download.php/29548/rubygems-1.0.1.tgz<br />
tar zxvf rubygems-1.0.1.tgz<br />
cd rubygems-1.0.1<br />
ruby setup.rb<br />
sudo gem update</p></blockquote>
<p>You just need to manually install the updated Gem. Cinch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnyerhot.com/2008/03/17/slicehost-problems-with-gem-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
