<?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: Ruby mysql gem error</title>
	<atom:link href="http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/</link>
	<description>Random thoughts from a circle of friends</description>
	<lastBuildDate>Fri, 12 Mar 2010 02:46:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How to setup Ruby and Oracle client on Intel Mac &#171; ray_apps_blog</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-455609</link>
		<dc:creator>How to setup Ruby and Oracle client on Intel Mac &#171; ray_apps_blog</dc:creator>
		<pubDate>Sun, 06 Sep 2009 09:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-455609</guid>
		<description>[...] As I also wanted that MySQL is running under PPC I got some issues with MySQL native extensions compilation &#8211; I solved them using the following description. [...]</description>
		<content:encoded><![CDATA[<p>[...] As I also wanted that MySQL is running under PPC I got some issues with MySQL native extensions compilation &#8211; I solved them using the following description. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: donny</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-446658</link>
		<dc:creator>donny</dc:creator>
		<pubDate>Sat, 20 Jun 2009 20:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-446658</guid>
		<description>I gave this guy (http://mikgen2.blogspot.com/) a little help - maybe you can do the same.</description>
		<content:encoded><![CDATA[<p>I gave this guy (<a href="http://mikgen2.blogspot.com/" rel="nofollow">http://mikgen2.blogspot.com/</a>) a little help &#8211; maybe you can do the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LB</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-435181</link>
		<dc:creator>LB</dc:creator>
		<pubDate>Wed, 25 Mar 2009 21:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-435181</guid>
		<description>Thanks a lot, this was a great help.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, this was a great help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Loman</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-405381</link>
		<dc:creator>Raymond Loman</dc:creator>
		<pubDate>Wed, 01 Oct 2008 07:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-405381</guid>
		<description>I just made a soft link (ln -s . mysql) in the lib dir of de mysql-installation and it works! 
Looks pragmatic to me.</description>
		<content:encoded><![CDATA[<p>I just made a soft link (ln -s . mysql) in the lib dir of de mysql-installation and it works!<br />
Looks pragmatic to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kip</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-322931</link>
		<dc:creator>Kip</dc:creator>
		<pubDate>Wed, 26 Dec 2007 01:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-322931</guid>
		<description>Thanks for this fix, been banging my head for a few hours!</description>
		<content:encoded><![CDATA[<p>Thanks for this fix, been banging my head for a few hours!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sabbe n Jak</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-320820</link>
		<dc:creator>Sabbe n Jak</dc:creator>
		<pubDate>Wed, 19 Dec 2007 12:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-320820</guid>
		<description>BIG THANKS! Saves us alot of headache!!!
LOVE from Sweden!</description>
		<content:encoded><![CDATA[<p>BIG THANKS! Saves us alot of headache!!!<br />
LOVE from Sweden!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sujal</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-295876</link>
		<dc:creator>sujal</dc:creator>
		<pubDate>Thu, 25 Oct 2007 16:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-295876</guid>
		<description>Glad you figured it out.  Built/Rebuilt just means this:  The mysql gem, unlike many, includes a bit of code that needs to be compiled on your local system.  Not sure your level of expertise, so bear with me if I&#039;m telling you things you know.

Roughly speaking, the settings when you compile that bit of source code need to match the settings of MySQL when it was compiled by the folks at MySQL.

It looks like they didn&#039;t line up in your case (64/32 would be one of those settings)</description>
		<content:encoded><![CDATA[<p>Glad you figured it out.  Built/Rebuilt just means this:  The mysql gem, unlike many, includes a bit of code that needs to be compiled on your local system.  Not sure your level of expertise, so bear with me if I&#8217;m telling you things you know.</p>
<p>Roughly speaking, the settings when you compile that bit of source code need to match the settings of MySQL when it was compiled by the folks at MySQL.</p>
<p>It looks like they didn&#8217;t line up in your case (64/32 would be one of those settings)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-295855</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Thu, 25 Oct 2007 15:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-295855</guid>
		<description>I downloaded the 32-bit over the 64-bit and the error is gone! woohoo!</description>
		<content:encoded><![CDATA[<p>I downloaded the 32-bit over the 64-bit and the error is gone! woohoo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-295853</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Thu, 25 Oct 2007 15:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-295853</guid>
		<description>Oh sweet, thanks for answering my cry... I&#039;m running on a G5. Should I uninstall mysql and reinstall it? Did I pick the wrong package on mysql.com? What do you mean &#039;built&#039; and &#039;rebuilt&#039;?</description>
		<content:encoded><![CDATA[<p>Oh sweet, thanks for answering my cry&#8230; I&#8217;m running on a G5. Should I uninstall mysql and reinstall it? Did I pick the wrong package on mysql.com? What do you mean &#8216;built&#8217; and &#8216;rebuilt&#8217;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sujal</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-295595</link>
		<dc:creator>sujal</dc:creator>
		<pubDate>Wed, 24 Oct 2007 23:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-295595</guid>
		<description>Jacob, that error looks like you built the mysql library on the wrong platform... was it built on an Intel Mac and you&#039;re running on a G4 (or vice versa?).

The mysql gem needs to be rebuilt on whatever box you&#039;re on just to make sure...</description>
		<content:encoded><![CDATA[<p>Jacob, that error looks like you built the mysql library on the wrong platform&#8230; was it built on an Intel Mac and you&#8217;re running on a G4 (or vice versa?).</p>
<p>The mysql gem needs to be rebuilt on whatever box you&#8217;re on just to make sure&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-295584</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Wed, 24 Oct 2007 23:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-295584</guid>
		<description>I really need your help right now... I&#039;m trying to install Radiant CMS which was built with Rails and when I launch the server I get a similar error:

dyld: NSLinkModule() error
dyld: Library not loaded: /usr/local/mysql/lib/libmysqlclient.15.dylib
  Referenced from: /usr/local/lib/ruby/gems/1.8/gems/mysql-2.7/lib/mysql.bundle
  Reason: no suitable image found.  Did find:
        /usr/local/mysql/lib/libmysqlclient.15.dylib: mach-o, but wrong architecture
Trace/BPT trap

I tried copy and pasting the solution you provided above with no luck. What is going on? I tried starting a new Rails app (not RadiantCMS) and Mongrel launched just fine, it&#039;s only when I try launching Radiant does it give me this error.</description>
		<content:encoded><![CDATA[<p>I really need your help right now&#8230; I&#8217;m trying to install Radiant CMS which was built with Rails and when I launch the server I get a similar error:</p>
<p>dyld: NSLinkModule() error<br />
dyld: Library not loaded: /usr/local/mysql/lib/libmysqlclient.15.dylib<br />
  Referenced from: /usr/local/lib/ruby/gems/1.8/gems/mysql-2.7/lib/mysql.bundle<br />
  Reason: no suitable image found.  Did find:<br />
        /usr/local/mysql/lib/libmysqlclient.15.dylib: mach-o, but wrong architecture<br />
Trace/BPT trap</p>
<p>I tried copy and pasting the solution you provided above with no luck. What is going on? I tried starting a new Rails app (not RadiantCMS) and Mongrel launched just fine, it&#8217;s only when I try launching Radiant does it give me this error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StormSilver</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-290050</link>
		<dc:creator>StormSilver</dc:creator>
		<pubDate>Thu, 11 Oct 2007 17:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-290050</guid>
		<description>Killer. Worked like a charm. You saved me loads of searching.</description>
		<content:encoded><![CDATA[<p>Killer. Worked like a charm. You saved me loads of searching.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-283099</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 25 Sep 2007 20:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-283099</guid>
		<description>Thanks for posting that Google fodder. :)</description>
		<content:encoded><![CDATA[<p>Thanks for posting that Google fodder. <img src='http://www.fatmixx.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-272281</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Fri, 31 Aug 2007 13:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-272281</guid>
		<description>Fixed worked. Thanks a lot, saved alot of time.</description>
		<content:encoded><![CDATA[<p>Fixed worked. Thanks a lot, saved alot of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-265905</link>
		<dc:creator>Gene</dc:creator>
		<pubDate>Fri, 10 Aug 2007 23:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-265905</guid>
		<description>Much appreciated. I&#039;m sure this would have cost me a lot of time had I not found your post.</description>
		<content:encoded><![CDATA[<p>Much appreciated. I&#8217;m sure this would have cost me a lot of time had I not found your post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-255229</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Fri, 29 Jun 2007 06:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-255229</guid>
		<description>Fixed it, thanks.</description>
		<content:encoded><![CDATA[<p>Fixed it, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wayne</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-252951</link>
		<dc:creator>wayne</dc:creator>
		<pubDate>Sat, 23 Jun 2007 16:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-252951</guid>
		<description>Thanks, worked perfectly.</description>
		<content:encoded><![CDATA[<p>Thanks, worked perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-252287</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 21 Jun 2007 17:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-252287</guid>
		<description>you&#039;re a life-saver, been looking for a fix for this for soooooo long, thanks a lot</description>
		<content:encoded><![CDATA[<p>you&#8217;re a life-saver, been looking for a fix for this for soooooo long, thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StormSilver</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-250801</link>
		<dc:creator>StormSilver</dc:creator>
		<pubDate>Mon, 18 Jun 2007 15:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-250801</guid>
		<description>Fantastic, thank you. Fixed things right up.</description>
		<content:encoded><![CDATA[<p>Fantastic, thank you. Fixed things right up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergio</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-249909</link>
		<dc:creator>sergio</dc:creator>
		<pubDate>Sat, 16 Jun 2007 17:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-249909</guid>
		<description>Thanks, this fixed everything.

-s</description>
		<content:encoded><![CDATA[<p>Thanks, this fixed everything.</p>
<p>-s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sujal</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-246819</link>
		<dc:creator>sujal</dc:creator>
		<pubDate>Fri, 08 Jun 2007 04:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-246819</guid>
		<description>?</description>
		<content:encoded><![CDATA[<p>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anything but another ruby code reference &#187; Blog Archive &#187; MySQL gem linking error</title>
		<link>http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/comment-page-1/#comment-246379</link>
		<dc:creator>anything but another ruby code reference &#187; Blog Archive &#187; MySQL gem linking error</dc:creator>
		<pubDate>Wed, 06 Jun 2007 17:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatmixx.com/2007/05/30/ruby-mysql-gem-error/#comment-246379</guid>
		<description>[...] found helpful info here and [...]</description>
		<content:encoded><![CDATA[<p>[...] found helpful info here and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
