<?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"
	>
<channel>
	<title>Comments on: HowTo: Install FastCGI and Ruby on Rails on Redhat Enterprise</title>
	<atom:link href="http://www.fatpenguinblog.com/weinerdoodz/howto-how-to-install-fastcgi-and-rubyrails-on-redhat-enterprise/feed/" rel="self" type="application/rss+xml" />
	<link>http://fatpenguinblog.com/weinerdoodz/howto-how-to-install-fastcgi-and-rubyrails-on-redhat-enterprise/</link>
	<description>Donkies Bloggin' for Donkies</description>
	<pubDate>Wed, 08 Feb 2012 10:46:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: bruno</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-how-to-install-fastcgi-and-rubyrails-on-redhat-enterprise/#comment-5002</link>
		<dc:creator>bruno</dc:creator>
		<pubDate>Mon, 12 Feb 2007 19:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=112#comment-5002</guid>
		<description>Ditto on the dashes formatting screwing me up:

$ ruby extconf.rb –with-mysql-config=/usr/bin/mysql_config

should be

$ ruby extconf.rb --with-mysql-config=/usr/bin/mysql_config 
(note: two dashes after extconf.rb and before with-mysql-config=/usr/bin/mysql_config)</description>
		<content:encoded><![CDATA[<p>Ditto on the dashes formatting screwing me up:</p>
<p>$ ruby extconf.rb –with-mysql-config=/usr/bin/mysql_config</p>
<p>should be</p>
<p>$ ruby extconf.rb &#8211;with-mysql-config=/usr/bin/mysql_config<br />
(note: two dashes after extconf.rb and before with-mysql-config=/usr/bin/mysql_config)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-how-to-install-fastcgi-and-rubyrails-on-redhat-enterprise/#comment-2038</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 11 Oct 2006 23:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=112#comment-2038</guid>
		<description>What would the httpd.conf entry look like?  Below is an example from the book, "Agile Web Development with Rails":
*************

  ServerName www.depot.com
  DocumetRoot /path/application/public/
  ErrorLog /path/application/log/server.log

  
    Options ExecCGI FollowSymLinks
    AllowOverride all
    Allow from all
    Order allow, deny
  

*************
Would I need to make any changes (other than the obvious path changes) to get this to work with FastCGI?

Thanks, and WONDERFUL HowTo!</description>
		<content:encoded><![CDATA[<p>What would the httpd.conf entry look like?  Below is an example from the book, &#8220;Agile Web Development with Rails&#8221;:<br />
*************</p>
<p>  ServerName <a href="http://www.depot.com" rel="nofollow">http://www.depot.com</a><br />
  DocumetRoot /path/application/public/<br />
  ErrorLog /path/application/log/server.log</p>
<p>    Options ExecCGI FollowSymLinks<br />
    AllowOverride all<br />
    Allow from all<br />
    Order allow, deny</p>
<p>*************<br />
Would I need to make any changes (other than the obvious path changes) to get this to work with FastCGI?</p>
<p>Thanks, and WONDERFUL HowTo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-how-to-install-fastcgi-and-rubyrails-on-redhat-enterprise/#comment-1958</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 08 Oct 2006 01:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=112#comment-1958</guid>
		<description>Thank you SO much for this:
SOLUTION:

$ cd /usr/local/lib/ruby/gems/1.8/gems/mysql-2.7/
$ ruby extconf.rb –with-mysql-config=/usr/bin/mysql_config
$ gem install mysql</description>
		<content:encoded><![CDATA[<p>Thank you SO much for this:<br />
SOLUTION:</p>
<p>$ cd /usr/local/lib/ruby/gems/1.8/gems/mysql-2.7/<br />
$ ruby extconf.rb –with-mysql-config=/usr/bin/mysql_config<br />
$ gem install mysql</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J Ditty</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-how-to-install-fastcgi-and-rubyrails-on-redhat-enterprise/#comment-1248</link>
		<dc:creator>J Ditty</dc:creator>
		<pubDate>Sat, 11 Mar 2006 06:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=112#comment-1248</guid>
		<description>Ditto that.&#160; Used it for FC4 to fix the mysql binding error.&#160; Nice!</description>
		<content:encoded><![CDATA[<p>Ditto that.&nbsp; Used it for FC4 to fix the mysql binding error.&nbsp; Nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryce Kerley</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-how-to-install-fastcgi-and-rubyrails-on-redhat-enterprise/#comment-197</link>
		<dc:creator>Bryce Kerley</dc:creator>
		<pubDate>Tue, 31 Jan 2006 03:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=112#comment-197</guid>
		<description>This is a rockin' guide.  I got it running on the FC4 server at work with this.  Thanks for writing it.</description>
		<content:encoded><![CDATA[<p>This is a rockin&#8217; guide.  I got it running on the FC4 server at work with this.  Thanks for writing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Aulds</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-how-to-install-fastcgi-and-rubyrails-on-redhat-enterprise/#comment-151</link>
		<dc:creator>Charles Aulds</dc:creator>
		<pubDate>Thu, 26 Jan 2006 15:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=112#comment-151</guid>
		<description>I'm not sure if it's a misprint or not, but I believe the optional command line switches to the command may need to be specified with TWO hypens (instead of -with-mysql-config, I had to specify --with-mysql-config).  There was no warning that the command line switch had been ignored, which cost me time:

[root@Python mysql-2.7]# ruby extconf.rb -with-mysql-config
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lm... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lz... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lsocket... no
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lnsl... yes
checking for mysql_query() in -lmysqlclient... no
[root@Python mysql-2.7]# ruby extconf.rb --with-mysql-config
checking for mysql_ssl_set()... no
checking for mysql.h... yes
creating Makefile</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if it&#8217;s a misprint or not, but I believe the optional command line switches to the command may need to be specified with TWO hypens (instead of -with-mysql-config, I had to specify &#8211;with-mysql-config).  There was no warning that the command line switch had been ignored, which cost me time:</p>
<p>[root@Python mysql-2.7]# ruby extconf.rb -with-mysql-config<br />
checking for mysql_query() in -lmysqlclient&#8230; no<br />
checking for main() in -lm&#8230; yes<br />
checking for mysql_query() in -lmysqlclient&#8230; no<br />
checking for main() in -lz&#8230; yes<br />
checking for mysql_query() in -lmysqlclient&#8230; no<br />
checking for main() in -lsocket&#8230; no<br />
checking for mysql_query() in -lmysqlclient&#8230; no<br />
checking for main() in -lnsl&#8230; yes<br />
checking for mysql_query() in -lmysqlclient&#8230; no<br />
[root@Python mysql-2.7]# ruby extconf.rb &#8211;with-mysql-config<br />
checking for mysql_ssl_set()&#8230; no<br />
checking for mysql.h&#8230; yes<br />
creating Makefile</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-how-to-install-fastcgi-and-rubyrails-on-redhat-enterprise/#comment-150</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Thu, 26 Jan 2006 06:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=112#comment-150</guid>
		<description>hmm  we need to get a plugin for posting code and such.</description>
		<content:encoded><![CDATA[<p>hmm  we need to get a plugin for posting code and such.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UnderpaidLoveMonki</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-how-to-install-fastcgi-and-rubyrails-on-redhat-enterprise/#comment-149</link>
		<dc:creator>UnderpaidLoveMonki</dc:creator>
		<pubDate>Thu, 26 Jan 2006 05:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=112#comment-149</guid>
		<description>Funny that in the WordPress code, there are in fact two dashes but in the actual post, only one of the dashes show up.  :O</description>
		<content:encoded><![CDATA[<p>Funny that in the WordPress code, there are in fact two dashes but in the actual post, only one of the dashes show up.  :O</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Sims</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-how-to-install-fastcgi-and-rubyrails-on-redhat-enterprise/#comment-144</link>
		<dc:creator>Benjamin Sims</dc:creator>
		<pubDate>Wed, 25 Jan 2006 17:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=112#comment-144</guid>
		<description>Tiny note - the update command in f is 

gem update –-system (two dashes rather than one). 

Might save someone 60 seconds with gem help!

Thanks for the HowTo</description>
		<content:encoded><![CDATA[<p>Tiny note - the update command in f is </p>
<p>gem update –-system (two dashes rather than one). </p>
<p>Might save someone 60 seconds with gem help!</p>
<p>Thanks for the HowTo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rails Tips &#124; Installing Ruby on Rails on a Redhat Enterprise Linux server</title>
		<link>http://fatpenguinblog.com/weinerdoodz/howto-how-to-install-fastcgi-and-rubyrails-on-redhat-enterprise/#comment-114</link>
		<dc:creator>Rails Tips &#124; Installing Ruby on Rails on a Redhat Enterprise Linux server</dc:creator>
		<pubDate>Mon, 16 Jan 2006 07:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hypexr.org/?p=112#comment-114</guid>
		<description>[...] Rob Smirtin sent in (our first!) tip with another detailed Rails installation guide. This one, written by the same person who wrote the Ubuntu guide, is for installing Ruby on Rails on a Redhat Enterprise Linux box. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Rob Smirtin sent in (our first!) tip with another detailed Rails installation guide. This one, written by the same person who wrote the Ubuntu guide, is for installing Ruby on Rails on a Redhat Enterprise Linux box. [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

