<?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: Ruby on Rails Mac OS X Intel Binary</title>
	<atom:link href="http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary/feed/" rel="self" type="application/rss+xml" />
	<link>http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary</link>
	<description>Anecdotes on Java, Ruby, Sysadmin, SEO, Design, and Management</description>
	<pubDate>Sat, 05 Jul 2008 20:12:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: chao lam</title>
		<link>http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-130649</link>
		<dc:creator>chao lam</dc:creator>
		<pubDate>Thu, 12 Jun 2008 19:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-130649</guid>
		<description>Todd: Thank you for this package. I've been using this for 2 years now! Is there an easy to upgrade my current installation to ruby 1.8.6?</description>
		<content:encoded><![CDATA[<p>Todd: Thank you for this package. I&#8217;ve been using this for 2 years now! Is there an easy to upgrade my current installation to ruby 1.8.6?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Huss</title>
		<link>http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-22237</link>
		<dc:creator>Todd Huss</dc:creator>
		<pubDate>Fri, 02 Feb 2007 19:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-22237</guid>
		<description>Sven, you can download the current version and then just run a "sudo gem update" which will install Rails 1.2.</description>
		<content:encoded><![CDATA[<p>Sven, you can download the current version and then just run a &#8220;sudo gem update&#8221; which will install Rails 1.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-22235</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Fri, 02 Feb 2007 19:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-22235</guid>
		<description>Are you still maintaining these great packages. I'm asking as Rails 1.2 is out now.</description>
		<content:encoded><![CDATA[<p>Are you still maintaining these great packages. I&#8217;m asking as Rails 1.2 is out now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Silva</title>
		<link>http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-6127</link>
		<dc:creator>Bob Silva</dc:creator>
		<pubDate>Tue, 12 Sep 2006 18:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-6127</guid>
		<description>A fix for compiling the ruby mysql gem on OS X with mysql 5.0.24+.

http://i.nfectio.us/articles/2006/09/12/running-rails-on-os-x-with-mysql-5-0-24</description>
		<content:encoded><![CDATA[<p>A fix for compiling the ruby mysql gem on OS X with mysql 5.0.24+.</p>
<p><a href="http://i.nfectio.us/articles/2006/09/12/running-rails-on-os-x-with-mysql-5-0-24" rel="nofollow">http://i.nfectio.us/articles/2006/09/12/running-rails-on-os-x-with-mysql-5-0-24</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Silva</title>
		<link>http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-6124</link>
		<dc:creator>Bob Silva</dc:creator>
		<pubDate>Tue, 12 Sep 2006 18:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-6124</guid>
		<description>This seems to be a problem with the mysql gem and the latest MySQL for OS X. I get the same error and am trying to figure it out, when I do I'll post back.</description>
		<content:encoded><![CDATA[<p>This seems to be a problem with the mysql gem and the latest MySQL for OS X. I get the same error and am trying to figure it out, when I do I&#8217;ll post back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan M</title>
		<link>http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-5641</link>
		<dc:creator>Ryan M</dc:creator>
		<pubDate>Sat, 02 Sep 2006 01:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-5641</guid>
		<description>Todd - this is very useful. Thanks. One thing though ... I followed your instructions for installing the mysql driver, but based on the output, I'm not sure if it worked on not. Here's what happened:

RM-MacBookPro:~ ryan$ sudo gem install mysql -- --with-mysql-dir=/usr/local/mysql
Attempting local installation of 'mysql'
Local gem file not found: mysql*.gem
Attempting remote installation of 'mysql'
Select which gem to install for your platform (i686-darwin8.5.2)
 1. mysql 2.7.1 (mswin32)
 2. mysql 2.7 (ruby)
 3. mysql 2.6 (ruby)
 4. mysql 2.5.1 (ruby)
 5. Cancel installation
&#62; 2
Building native extensions.  This could take a while...
mysql.c: In function 'Init_mysql':
mysql.c:2015: error: 'ulong' undeclared (first use in this function)
mysql.c:2015: error: (Each undeclared identifier is reported only once
mysql.c:2015: error: for each function it appears in.)
mysql.c:2015: error: parse error before numeric constant
mysql.c:2018: error: parse error before numeric constant
make: *** [mysql.o] Error 1
mysql.c: In function 'Init_mysql':
mysql.c:2015: error: 'ulong' undeclared (first use in this function)
mysql.c:2015: error: (Each undeclared identifier is reported only once
mysql.c:2015: error: for each function it appears in.)
mysql.c:2015: error: parse error before numeric constant
mysql.c:2018: error: parse error before numeric constant
make: *** [mysql.o] Error 1
ruby extconf.rb install mysql -- --with-mysql-dir=/usr/local/mysql
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... yes
checking for mysql_ssl_set()... yes
checking for mysql.h... yes
creating Makefile

make
gcc -fno-common -g -O2 -pipe -fno-common  -I. -I/usr/local/ror/lib/ruby/1.8/i686-darwin8.5.2 -I/usr/local/ror/lib/ruby/1.8/i686-darwin8.5.2 -I. -DHAVE_MYSQL_SSL_SET -DHAVE_MYSQL_H -I/usr/local/mysql/include  -c mysql.c

make install
gcc -fno-common -g -O2 -pipe -fno-common  -I. -I/usr/local/ror/lib/ruby/1.8/i686-darwin8.5.2 -I/usr/local/ror/lib/ruby/1.8/i686-darwin8.5.2 -I. -DHAVE_MYSQL_SSL_SET -DHAVE_MYSQL_H -I/usr/local/mysql/include  -c mysql.c
Successfully installed mysql-2.7

Note that the last line said it successfully installed but yet there seems to be compiler error above. Should I be concerned about this?

I'm running mysql v 5.0.24a (universal).

Thanks again.
Ryan</description>
		<content:encoded><![CDATA[<p>Todd - this is very useful. Thanks. One thing though &#8230; I followed your instructions for installing the mysql driver, but based on the output, I&#8217;m not sure if it worked on not. Here&#8217;s what happened:</p>
<p>RM-MacBookPro:~ ryan$ sudo gem install mysql &#8212; &#8211;with-mysql-dir=/usr/local/mysql<br />
Attempting local installation of &#8216;mysql&#8217;<br />
Local gem file not found: mysql*.gem<br />
Attempting remote installation of &#8216;mysql&#8217;<br />
Select which gem to install for your platform (i686-darwin8.5.2)<br />
 1. mysql 2.7.1 (mswin32)<br />
 2. mysql 2.7 (ruby)<br />
 3. mysql 2.6 (ruby)<br />
 4. mysql 2.5.1 (ruby)<br />
 5. Cancel installation<br />
&gt; 2<br />
Building native extensions.  This could take a while&#8230;<br />
mysql.c: In function &#8216;Init_mysql&#8217;:<br />
mysql.c:2015: error: &#8216;ulong&#8217; undeclared (first use in this function)<br />
mysql.c:2015: error: (Each undeclared identifier is reported only once<br />
mysql.c:2015: error: for each function it appears in.)<br />
mysql.c:2015: error: parse error before numeric constant<br />
mysql.c:2018: error: parse error before numeric constant<br />
make: *** [mysql.o] Error 1<br />
mysql.c: In function &#8216;Init_mysql&#8217;:<br />
mysql.c:2015: error: &#8216;ulong&#8217; undeclared (first use in this function)<br />
mysql.c:2015: error: (Each undeclared identifier is reported only once<br />
mysql.c:2015: error: for each function it appears in.)<br />
mysql.c:2015: error: parse error before numeric constant<br />
mysql.c:2018: error: parse error before numeric constant<br />
make: *** [mysql.o] Error 1<br />
ruby extconf.rb install mysql &#8212; &#8211;with-mysql-dir=/usr/local/mysql<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; yes<br />
checking for mysql_ssl_set()&#8230; yes<br />
checking for mysql.h&#8230; yes<br />
creating Makefile</p>
<p>make<br />
gcc -fno-common -g -O2 -pipe -fno-common  -I. -I/usr/local/ror/lib/ruby/1.8/i686-darwin8.5.2 -I/usr/local/ror/lib/ruby/1.8/i686-darwin8.5.2 -I. -DHAVE_MYSQL_SSL_SET -DHAVE_MYSQL_H -I/usr/local/mysql/include  -c mysql.c</p>
<p>make install<br />
gcc -fno-common -g -O2 -pipe -fno-common  -I. -I/usr/local/ror/lib/ruby/1.8/i686-darwin8.5.2 -I/usr/local/ror/lib/ruby/1.8/i686-darwin8.5.2 -I. -DHAVE_MYSQL_SSL_SET -DHAVE_MYSQL_H -I/usr/local/mysql/include  -c mysql.c<br />
Successfully installed mysql-2.7</p>
<p>Note that the last line said it successfully installed but yet there seems to be compiler error above. Should I be concerned about this?</p>
<p>I&#8217;m running mysql v 5.0.24a (universal).</p>
<p>Thanks again.<br />
Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noel Jackson</title>
		<link>http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-5491</link>
		<dc:creator>Noel Jackson</dc:creator>
		<pubDate>Tue, 29 Aug 2006 23:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-5491</guid>
		<description>Seems that the URL for the Ruby 1.8.4.tar.gz file is wrong; it should be http://rubyforge.org/frs/download.php/7858/ruby-1.8.4.tar.gz</description>
		<content:encoded><![CDATA[<p>Seems that the URL for the Ruby 1.8.4.tar.gz file is wrong; it should be <a href="http://rubyforge.org/frs/download.php/7858/ruby-1.8.4.tar.gz" rel="nofollow">http://rubyforge.org/frs/download.php/7858/ruby-1.8.4.tar.gz</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergio</title>
		<link>http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-2857</link>
		<dc:creator>sergio</dc:creator>
		<pubDate>Tue, 04 Jul 2006 06:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-2857</guid>
		<description>Thank you so much for your installer. I tried so many dfferent tutorials and nothing worked but yours worked perfectly.

thanks again</description>
		<content:encoded><![CDATA[<p>Thank you so much for your installer. I tried so many dfferent tutorials and nothing worked but yours worked perfectly.</p>
<p>thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zak.thoughts.persist() &#187; Blog Archive &#187; Setting up Intel Mac for Rails development</title>
		<link>http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-1407</link>
		<dc:creator>zak.thoughts.persist() &#187; Blog Archive &#187; Setting up Intel Mac for Rails development</dc:creator>
		<pubDate>Fri, 16 Jun 2006 21:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-1407</guid>
		<description>[...] After googling around for a few hours and trying different RoR packagers, I found a nice, non-intrusive Mac Intel package at Todd Huss&#8217;s blog. Unlike Locomotive, which is a PowerPC application that hides the underlying Rails infrastructure, Todd&#8217;s package gives you a simple directory structure with Ruby and the basic gems that you can drop anywhere on your filesystem. [...]</description>
		<content:encoded><![CDATA[<p>[...] After googling around for a few hours and trying different RoR packagers, I found a nice, non-intrusive Mac Intel package at Todd Huss&#8217;s blog. Unlike Locomotive, which is a PowerPC application that hides the underlying Rails infrastructure, Todd&#8217;s package gives you a simple directory structure with Ruby and the basic gems that you can drop anywhere on your filesystem. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: judy engelsberg</title>
		<link>http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-1346</link>
		<dc:creator>judy engelsberg</dc:creator>
		<pubDate>Thu, 15 Jun 2006 16:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/post/ruby-on-rails-mac-osx-intel-binary#comment-1346</guid>
		<description>Apple support fixed problem. Getting ready right now to enjoy your great installer. Thanks.</description>
		<content:encoded><![CDATA[<p>Apple support fixed problem. Getting ready right now to enjoy your great installer. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
