<?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: Adding Ruby Enterprise Edition to multiruby versions</title>
	<atom:link href="http://www.simonecarletti.com/blog/2009/06/adding-ruby-enterprise-edition-to-multiruby-versions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonecarletti.com/blog/2009/06/adding-ruby-enterprise-edition-to-multiruby-versions/</link>
	<description>Simone Carletti&#039;s personal ramblings on programming, syndication, search engines &#38; marketing.</description>
	<lastBuildDate>Sat, 13 Mar 2010 21:45:08 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Terra Vetus &#187; Blog Archive &#187; Setup Tutorial for a Rails application with Git / Github / Capistrano / Ruby Enterprise / Passenger</title>
		<link>http://www.simonecarletti.com/blog/2009/06/adding-ruby-enterprise-edition-to-multiruby-versions/#comment-5398</link>
		<dc:creator>Terra Vetus &#187; Blog Archive &#187; Setup Tutorial for a Rails application with Git / Github / Capistrano / Ruby Enterprise / Passenger</dc:creator>
		<pubDate>Sun, 25 Oct 2009 15:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=380#comment-5398</guid>
		<description>[...] http://www.rubyenterpriseedition.com/ Adding Ruby Enterprise Edition to multiruby versions [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.rubyenterpriseedition.com/" rel="nofollow">http://www.rubyenterpriseedition.com/</a> Adding Ruby Enterprise Edition to multiruby versions [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simone Carletti</title>
		<link>http://www.simonecarletti.com/blog/2009/06/adding-ruby-enterprise-edition-to-multiruby-versions/#comment-3375</link>
		<dc:creator>Simone Carletti</dc:creator>
		<pubDate>Mon, 06 Jul 2009 09:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=380#comment-3375</guid>
		<description>It seems the installer is missing that specific file. I don&#039;t know the reason why you encountered that error, I should probably read the full installation log to learn more about the issue.

By the way, you can install Rubygems from source. Download the .tgz package from the website and install it from source in the /home/rsalazar/.multiruby/install/enterprise-1.8.6-20090610/ directory.

You can also ask the Ruby Enterprise Edition mailing list for more details about the issue.</description>
		<content:encoded><![CDATA[<p>It seems the installer is missing that specific file. I don&#8217;t know the reason why you encountered that error, I should probably read the full installation log to learn more about the issue.</p>
<p>By the way, you can install Rubygems from source. Download the .tgz package from the website and install it from source in the /home/rsalazar/.multiruby/install/enterprise-1.8.6-20090610/ directory.</p>
<p>You can also ask the Ruby Enterprise Edition mailing list for more details about the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Salazar</title>
		<link>http://www.simonecarletti.com/blog/2009/06/adding-ruby-enterprise-edition-to-multiruby-versions/#comment-3363</link>
		<dc:creator>Rafael Salazar</dc:creator>
		<pubDate>Sat, 04 Jul 2009 14:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=380#comment-3363</guid>
		<description>Thanks for your article, well written and to the point.

At the end of running &#039;installer&#039;, it throws this error:

--------------------------------------------
Installing RubyGems...
/home/rsalazar/.multiruby/install/enterprise-1.8.6-20090610/bin/ruby setup.rb --no-ri --no-rdoc
/home/rsalazar/.multiruby/install/enterprise-1.8.6-20090610/bin/ruby: no such file to load -- ubygems (LoadError)

I checked the install.rb, and it tries:

298                         if !sh(&quot;#{@destdir}#{@prefix}/bin/ruby&quot;, &quot;setup.rb&quot;, &quot;--no-ri&quot;, &quot;--no-rdoc&quot;)
299                                 puts &quot;*** Cannot install RubyGems&quot;
300                                 return false

ItI tried to run that command by hand to see where the error was, so with complete dirnames the complete command was:

/home/rsalazar/.multiruby/install/enterprise-1.8.6-20090610/bin/ruby rubygems/setup.rb --no-ri --no-rdoc

Then I get the following error,

/home/rsalazar/.multiruby/install/enterprise-1.8.6-20090610/bin/ruby: no such file to load -- ubygems (LoadError)

Maybe you have some comments on this one.</description>
		<content:encoded><![CDATA[<p>Thanks for your article, well written and to the point.</p>
<p>At the end of running &#8216;installer&#8217;, it throws this error:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Installing RubyGems&#8230;<br />
/home/rsalazar/.multiruby/install/enterprise-1.8.6-20090610/bin/ruby setup.rb &#8211;no-ri &#8211;no-rdoc<br />
/home/rsalazar/.multiruby/install/enterprise-1.8.6-20090610/bin/ruby: no such file to load &#8212; ubygems (LoadError)</p>
<p>I checked the install.rb, and it tries:</p>
<p>298                         if !sh(&#8220;#{@destdir}#{@prefix}/bin/ruby&#8221;, &#8220;setup.rb&#8221;, &#8220;&#8211;no-ri&#8221;, &#8220;&#8211;no-rdoc&#8221;)<br />
299                                 puts &#8220;*** Cannot install RubyGems&#8221;<br />
300                                 return false</p>
<p>ItI tried to run that command by hand to see where the error was, so with complete dirnames the complete command was:</p>
<p>/home/rsalazar/.multiruby/install/enterprise-1.8.6-20090610/bin/ruby rubygems/setup.rb &#8211;no-ri &#8211;no-rdoc</p>
<p>Then I get the following error,</p>
<p>/home/rsalazar/.multiruby/install/enterprise-1.8.6-20090610/bin/ruby: no such file to load &#8212; ubygems (LoadError)</p>
<p>Maybe you have some comments on this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Reginato</title>
		<link>http://www.simonecarletti.com/blog/2009/06/adding-ruby-enterprise-edition-to-multiruby-versions/#comment-3087</link>
		<dc:creator>Andrea Reginato</dc:creator>
		<pubDate>Mon, 15 Jun 2009 13:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonecarletti.com/blog/?p=380#comment-3087</guid>
		<description>Nice and interesting article !
Keep on it</description>
		<content:encoded><![CDATA[<p>Nice and interesting article !<br />
Keep on it</p>
]]></content:encoded>
	</item>
</channel>
</rss>
