<?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: Install Passenger on Ubuntu Intrepid 8.10</title>
	<atom:link href="http://ramblings.gibberishcode.net/archives/install-passenger-on-ubuntu-intrepid-810/30/feed" rel="self" type="application/rss+xml" />
	<link>http://ramblings.gibberishcode.net/archives/install-passenger-on-ubuntu-intrepid-810/30</link>
	<description>about fetching, interpreting, and executing.</description>
	<lastBuildDate>Mon, 14 Jun 2010 22:21:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael</title>
		<link>http://ramblings.gibberishcode.net/archives/install-passenger-on-ubuntu-intrepid-810/30/comment-page-1#comment-6810</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 27 Mar 2009 14:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.gibberishcode.net/?p=30#comment-6810</guid>
		<description>@Rick:  Thanks for the comments.  From what I can tell, I don&#039;t have &quot;.&quot; on my path either:

&lt;pre&gt;
mwlang@wvprails01:~$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
&lt;/pre&gt;
 
I will make the changes for &quot;./&quot; as well as I know that&#039;ll make things more solid all around.

ent--ruby-187-source.sh should be named ent-ruby-186-source.sh.  Not sure I how I missed that one!  

I think it was the Phusion guys that chose &quot;/opt&quot; over the more traditional &quot;/usr/local&quot;  (I could be wrong!).  In any event, did the ent-ruby-187-source.sh script actually run for you?</description>
		<content:encoded><![CDATA[<p>@Rick:  Thanks for the comments.  From what I can tell, I don&#8217;t have &#8220;.&#8221; on my path either:</p>
<pre>
mwlang@wvprails01:~$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
</pre>
<p>I will make the changes for &#8220;./&#8221; as well as I know that&#8217;ll make things more solid all around.</p>
<p>ent&#8211;ruby-187-source.sh should be named ent-ruby-186-source.sh.  Not sure I how I missed that one!  </p>
<p>I think it was the Phusion guys that chose &#8220;/opt&#8221; over the more traditional &#8220;/usr/local&#8221;  (I could be wrong!).  In any event, did the ent-ruby-187-source.sh script actually run for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick DeNatale</title>
		<link>http://ramblings.gibberishcode.net/archives/install-passenger-on-ubuntu-intrepid-810/30/comment-page-1#comment-6771</link>
		<dc:creator>Rick DeNatale</dc:creator>
		<pubDate>Tue, 24 Mar 2009 16:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.gibberishcode.net/?p=30#comment-6771</guid>
		<description>Another problem.  When I tried to install the enterprise version of passenger, I discovered that the bootstrap-passenger-ent.sh file was invoking ent-ruby-186-source.sh, but there&#039;s no file by that name.  Instead its ent-ruby-187-source.sh, but that file seems to be getting the 1.8.6 version not 1.8.7.

I renamed the file to ent-ruby-186-source.sh but when I ran it the apache configuration seems to be pointing to the wrong place:

$cat /etc/apache2/mods-available/ent-passenger.load 
LoadModule passenger_module /opt/ruby-enterprise-1.8.6-20090201/lib/ruby/gems/1.8/gems/passenger-2.0.6/ext/apache2/mod_passenger.so
PassengerRoot /opt/ruby-enterprise-1.8.6-20090201/lib/ruby/gems/1.8/gems/passenger-2.0.6
PassengerRuby /opt/ruby-enterprise-1.8.6-20090201/bin/ruby

I&#039;d have expected this to be somewhere under /usr/local rather than /opt on a debian system, my /opt directory is empty.</description>
		<content:encoded><![CDATA[<p>Another problem.  When I tried to install the enterprise version of passenger, I discovered that the bootstrap-passenger-ent.sh file was invoking ent-ruby-186-source.sh, but there&#8217;s no file by that name.  Instead its ent-ruby-187-source.sh, but that file seems to be getting the 1.8.6 version not 1.8.7.</p>
<p>I renamed the file to ent-ruby-186-source.sh but when I ran it the apache configuration seems to be pointing to the wrong place:</p>
<p>$cat /etc/apache2/mods-available/ent-passenger.load<br />
LoadModule passenger_module /opt/ruby-enterprise-1.8.6-20090201/lib/ruby/gems/1.8/gems/passenger-2.0.6/ext/apache2/mod_passenger.so<br />
PassengerRoot /opt/ruby-enterprise-1.8.6-20090201/lib/ruby/gems/1.8/gems/passenger-2.0.6<br />
PassengerRuby /opt/ruby-enterprise-1.8.6-20090201/bin/ruby</p>
<p>I&#8217;d have expected this to be somewhere under /usr/local rather than /opt on a debian system, my /opt directory is empty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick DeNatale</title>
		<link>http://ramblings.gibberishcode.net/archives/install-passenger-on-ubuntu-intrepid-810/30/comment-page-1#comment-6770</link>
		<dc:creator>Rick DeNatale</dc:creator>
		<pubDate>Tue, 24 Mar 2009 14:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.gibberishcode.net/?p=30#comment-6770</guid>
		<description>Your scripts assume that you have . on your path, which is something I don&#039;t like to do.  I needed to edit all the .sh files which were calling other .sh files to prepend ./ on the relevant lines.

Another comment.  In general I don&#039;t like to install ruby or gems from packages on debian derived systems.  I&#039;m not sure what it would take to alter the scripts to install ruby-1.8.7 from source, and rubygems from source</description>
		<content:encoded><![CDATA[<p>Your scripts assume that you have . on your path, which is something I don&#8217;t like to do.  I needed to edit all the .sh files which were calling other .sh files to prepend ./ on the relevant lines.</p>
<p>Another comment.  In general I don&#8217;t like to install ruby or gems from packages on debian derived systems.  I&#8217;m not sure what it would take to alter the scripts to install ruby-1.8.7 from source, and rubygems from source</p>
]]></content:encoded>
	</item>
</channel>
</rss>
