<?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: MySQL, Snow Leopard and ruby</title>
	<atom:link href="http://blog.gingertech.net/2009/10/13/mysql-snow-leopard-and-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gingertech.net/2009/10/13/mysql-snow-leopard-and-ruby/</link>
	<description>Silvia&#039;s blog</description>
	<lastBuildDate>Wed, 28 Jul 2010 10:45:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: silvia</title>
		<link>http://blog.gingertech.net/2009/10/13/mysql-snow-leopard-and-ruby/comment-page-1/#comment-4080</link>
		<dc:creator>silvia</dc:creator>
		<pubDate>Mon, 01 Feb 2010 21:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=639#comment-4080</guid>
		<description>@Paul it&#039;s &quot;--with&quot; and not &quot;--width&quot; - might have been a typo? Great you got it working much more easily!</description>
		<content:encoded><![CDATA[<p>@Paul it&#8217;s &#8220;&#8211;with&#8221; and not &#8220;&#8211;width&#8221; &#8211; might have been a typo? Great you got it working much more easily!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Walmsley</title>
		<link>http://blog.gingertech.net/2009/10/13/mysql-snow-leopard-and-ruby/comment-page-1/#comment-4072</link>
		<dc:creator>Paul Walmsley</dc:creator>
		<pubDate>Mon, 01 Feb 2010 14:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=639#comment-4072</guid>
		<description>I had the same problem on Snow Leopard.  I tried your gem installation command, but the mysql gem I was installing (2.8.1) grumbled at the extra &#039;--width-mysql-config&#039; build flags.  Fortunately, since the mysql installation creates a softlink to /usr/local/mysql I was able to omit that and just issue: 


sudo env ARCHFLAGS=&quot;-arch x86_64&quot; gem install mysql


and it worked fine.</description>
		<content:encoded><![CDATA[<p>I had the same problem on Snow Leopard.  I tried your gem installation command, but the mysql gem I was installing (2.8.1) grumbled at the extra &#8216;&#8211;width-mysql-config&#8217; build flags.  Fortunately, since the mysql installation creates a softlink to /usr/local/mysql I was able to omit that and just issue: </p>
<p>sudo env ARCHFLAGS=&#8221;-arch x86_64&#8243; gem install mysql</p>
<p>and it worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Clarke</title>
		<link>http://blog.gingertech.net/2009/10/13/mysql-snow-leopard-and-ruby/comment-page-1/#comment-1922</link>
		<dc:creator>Steve Clarke</dc:creator>
		<pubDate>Fri, 30 Oct 2009 04:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=639#comment-1922</guid>
		<description>This helped me get the architectures correct but I still got the &#039;undefined method &quot;real_connect&quot; &#039; problem.
I finally tracked down the problem.  I had an old version of the gem in my local cache (~/.gem/...).
I deleted all cache refs to the old version and all was well.
May be a bug in gem that it doesn&#039;t clean the local cache when gems are uninstalled ??</description>
		<content:encoded><![CDATA[<p>This helped me get the architectures correct but I still got the &#8216;undefined method &#8220;real_connect&#8221; &#8216; problem.<br />
I finally tracked down the problem.  I had an old version of the gem in my local cache (~/.gem/&#8230;).<br />
I deleted all cache refs to the old version and all was well.<br />
May be a bug in gem that it doesn&#8217;t clean the local cache when gems are uninstalled ??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
