<?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: Issues with mysql 2.7 gem</title>
	<atom:link href="http://blog.bmn.name/2008/02/issues-with-mysql-27-gem/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bmn.name/2008/02/issues-with-mysql-27-gem/</link>
	<description>Life.prototype.blog</description>
	<lastBuildDate>Mon, 30 Aug 2010 23:13:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stan</title>
		<link>http://blog.bmn.name/2008/02/issues-with-mysql-27-gem/comment-page-1/#comment-465</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Sat, 17 Apr 2010 03:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bmn.name/index.php/2008/02/17/issues-with-mysql-27-gem/#comment-465</guid>
		<description>I did &quot;sudo gem uninstall mysql&quot; and I found out there are two gems installed. After uninstalling the gems, I &quot;sudo env ARCHFLAGS=&quot;-arch x86_64&quot; gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config&quot;. Works fine now.</description>
		<content:encoded><![CDATA[<p>I did &#8220;sudo gem uninstall mysql&#8221; and I found out there are two gems installed. After uninstalling the gems, I &#8220;sudo env ARCHFLAGS=&#8221;-arch x86_64&#8243; gem install mysql &#8212; &#8211;with-mysql-config=/usr/local/mysql/bin/mysql_config&#8221;. Works fine now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eluzix</title>
		<link>http://blog.bmn.name/2008/02/issues-with-mysql-27-gem/comment-page-1/#comment-352</link>
		<dc:creator>eluzix</dc:creator>
		<pubDate>Thu, 30 Apr 2009 12:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bmn.name/index.php/2008/02/17/issues-with-mysql-27-gem/#comment-352</guid>
		<description>If it&#039;s not a production server i suggest just install MySQL x86 version and reinstall the gem.</description>
		<content:encoded><![CDATA[<p>If it&#8217;s not a production server i suggest just install MySQL x86 version and reinstall the gem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne E. Seguin</title>
		<link>http://blog.bmn.name/2008/02/issues-with-mysql-27-gem/comment-page-1/#comment-251</link>
		<dc:creator>Wayne E. Seguin</dc:creator>
		<pubDate>Wed, 28 Jan 2009 05:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bmn.name/index.php/2008/02/17/issues-with-mysql-27-gem/#comment-251</guid>
		<description>I also just ran into this exact issue with DataMapper&#039;s do_mysql gem. After pulling out my hair for a while I compiled mysql by hand and re installed the gems and everything worked perfectly after that. Hope this helps *someone*.</description>
		<content:encoded><![CDATA[<p>I also just ran into this exact issue with DataMapper&#8217;s do_mysql gem. After pulling out my hair for a while I compiled mysql by hand and re installed the gems and everything worked perfectly after that. Hope this helps *someone*.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antoine</title>
		<link>http://blog.bmn.name/2008/02/issues-with-mysql-27-gem/comment-page-1/#comment-245</link>
		<dc:creator>Antoine</dc:creator>
		<pubDate>Mon, 19 Jan 2009 20:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bmn.name/index.php/2008/02/17/issues-with-mysql-27-gem/#comment-245</guid>
		<description>This article goes into more detail on the problem involving x86 versions of mysql http://craiccomputing.blogspot.com/2008/11/installing-rails-22-on-mac-os-x-mysql.html</description>
		<content:encoded><![CDATA[<p>This article goes into more detail on the problem involving x86 versions of mysql <a href="http://craiccomputing.blogspot.com/2008/11/installing-rails-22-on-mac-os-x-mysql.html" rel="nofollow">http://craiccomputing.blogspot.com/2008/11/installing-rails-22-on-mac-os-x-mysql.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kristoph</title>
		<link>http://blog.bmn.name/2008/02/issues-with-mysql-27-gem/comment-page-1/#comment-232</link>
		<dc:creator>kristoph</dc:creator>
		<pubDate>Tue, 25 Nov 2008 02:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bmn.name/index.php/2008/02/17/issues-with-mysql-27-gem/#comment-232</guid>
		<description>If you are using a 32-bit version of Ruby, you won&#039;t be able to use the mysql gem with the 64-bit version or mysql (irrespective of the arch directive).

Instead, you can install the pure Ruby MySQL interface from here:

http://www.tmtm.org/en/ruby/mysql/</description>
		<content:encoded><![CDATA[<p>If you are using a 32-bit version of Ruby, you won&#8217;t be able to use the mysql gem with the 64-bit version or mysql (irrespective of the arch directive).</p>
<p>Instead, you can install the pure Ruby MySQL interface from here:</p>
<p><a href="http://www.tmtm.org/en/ruby/mysql/" rel="nofollow">http://www.tmtm.org/en/ruby/mysql/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coco</title>
		<link>http://blog.bmn.name/2008/02/issues-with-mysql-27-gem/comment-page-1/#comment-229</link>
		<dc:creator>coco</dc:creator>
		<pubDate>Sat, 15 Nov 2008 08:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bmn.name/index.php/2008/02/17/issues-with-mysql-27-gem/#comment-229</guid>
		<description>Thanks a lot Dan !!!! It worked !</description>
		<content:encoded><![CDATA[<p>Thanks a lot Dan !!!! It worked !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Goebel</title>
		<link>http://blog.bmn.name/2008/02/issues-with-mysql-27-gem/comment-page-1/#comment-215</link>
		<dc:creator>Josh Goebel</dc:creator>
		<pubDate>Tue, 21 Oct 2008 09:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bmn.name/index.php/2008/02/17/issues-with-mysql-27-gem/#comment-215</guid>
		<description>OK, seriously.  I have a REAL solution that actually works though it&#039;s a pain in the ass. You install MySQL 32-bit and then build and link the gem against that and then binary hack the resulting mysql.bundle to use the correct location for the 32-bit libs.

http://blog.pastie.org/2008/10/mysql-64-bit-ruby-32-bit-friends-again.html</description>
		<content:encoded><![CDATA[<p>OK, seriously.  I have a REAL solution that actually works though it&#8217;s a pain in the ass. You install MySQL 32-bit and then build and link the gem against that and then binary hack the resulting mysql.bundle to use the correct location for the 32-bit libs.</p>
<p><a href="http://blog.pastie.org/2008/10/mysql-64-bit-ruby-32-bit-friends-again.html" rel="nofollow">http://blog.pastie.org/2008/10/mysql-64-bit-ruby-32-bit-friends-again.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack Green</title>
		<link>http://blog.bmn.name/2008/02/issues-with-mysql-27-gem/comment-page-1/#comment-133</link>
		<dc:creator>Zack Green</dc:creator>
		<pubDate>Thu, 12 Jun 2008 01:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bmn.name/index.php/2008/02/17/issues-with-mysql-27-gem/#comment-133</guid>
		<description>Sorry, that&#039;s &quot;-arch x86_64&quot;. I copy and pasted directly, not my modification.</description>
		<content:encoded><![CDATA[<p>Sorry, that&#8217;s &#8220;-arch x86_64&#8243;. I copy and pasted directly, not my modification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack Green</title>
		<link>http://blog.bmn.name/2008/02/issues-with-mysql-27-gem/comment-page-1/#comment-132</link>
		<dc:creator>Zack Green</dc:creator>
		<pubDate>Thu, 12 Jun 2008 01:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bmn.name/index.php/2008/02/17/issues-with-mysql-27-gem/#comment-132</guid>
		<description>Chris&#039; post didn&#039;t work for me because it couldn&#039;t find the x86_64. What did work was 

sudo env ARCHFLAGS=&quot;-arch ppc64&quot; gem install -V mysql -- --with-mysql-include=/usr/local/mysql/include/ --with-mysql-lib=/usr/local/mysql/lib --with-mysql-config=/usr/local/mysql/bin/mysql_config --with-mysql-dir=/usr/local/mysql

Source: http://involution.com/category/ruby-on-rails/</description>
		<content:encoded><![CDATA[<p>Chris&#8217; post didn&#8217;t work for me because it couldn&#8217;t find the x86_64. What did work was </p>
<p>sudo env ARCHFLAGS=&#8221;-arch ppc64&#8243; gem install -V mysql &#8212; &#8211;with-mysql-include=/usr/local/mysql/include/ &#8211;with-mysql-lib=/usr/local/mysql/lib &#8211;with-mysql-config=/usr/local/mysql/bin/mysql_config &#8211;with-mysql-dir=/usr/local/mysql</p>
<p>Source: <a href="http://involution.com/category/ruby-on-rails/" rel="nofollow">http://involution.com/category/ruby-on-rails/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.bmn.name/2008/02/issues-with-mysql-27-gem/comment-page-1/#comment-82</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 20 Mar 2008 12:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bmn.name/index.php/2008/02/17/issues-with-mysql-27-gem/#comment-82</guid>
		<description>I did a lot more research on this problem with mysql bindings for Ruby.  In a nutshell, I eventually bailed out and installed the 32-bit version.  Details here:

http://cho.hapgoods.com/wordpress/?p=158</description>
		<content:encoded><![CDATA[<p>I did a lot more research on this problem with mysql bindings for Ruby.  In a nutshell, I eventually bailed out and installed the 32-bit version.  Details here:</p>
<p><a href="http://cho.hapgoods.com/wordpress/?p=158" rel="nofollow">http://cho.hapgoods.com/wordpress/?p=158</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
