<?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: Running MySQL and RubyOnRails on Windows</title>
	<atom:link href="http://www.denofubiquity.com/ruby/running-mysql-and-rubyonrails-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.denofubiquity.com/ruby/running-mysql-and-rubyonrails-on-windows/</link>
	<description>Buzzword-enriched Software Development Content</description>
	<lastBuildDate>Fri, 09 Oct 2009 04:34:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave the Ninja</title>
		<link>http://www.denofubiquity.com/ruby/running-mysql-and-rubyonrails-on-windows/comment-page-1/#comment-102</link>
		<dc:creator>Dave the Ninja</dc:creator>
		<pubDate>Mon, 23 Mar 2009 07:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.denofubiquity.com/?p=165#comment-102</guid>
		<description>Hi Ijonas,

Further investigations and &quot;hacking&quot; about has revealed that its not the OS that&#039;s the issue.  

RoR does not support MySQL x64

I installed x86 and it ran first time. 

Keep them RoR posts coming! Looking forward to the next one, as this one already saved me hours of pain!

Dave the Ninja</description>
		<content:encoded><![CDATA[<p>Hi Ijonas,</p>
<p>Further investigations and &#8220;hacking&#8221; about has revealed that its not the OS that&#8217;s the issue.  </p>
<p>RoR does not support MySQL x64</p>
<p>I installed x86 and it ran first time. </p>
<p>Keep them RoR posts coming! Looking forward to the next one, as this one already saved me hours of pain!</p>
<p>Dave the Ninja</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ijonas</title>
		<link>http://www.denofubiquity.com/ruby/running-mysql-and-rubyonrails-on-windows/comment-page-1/#comment-101</link>
		<dc:creator>ijonas</dc:creator>
		<pubDate>Mon, 23 Mar 2009 07:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.denofubiquity.com/?p=165#comment-101</guid>
		<description>I&#039;m pretty sure the guys are running x86 (and not x64) versions of Vista, so you may have an issue there. The other thing I&#039;ve noticed is that the stacktrace when you&#039;re running your app mentions a v2.7.3 gem

&lt;pre lang=&quot;ruby&quot;&gt;
193: %1 is not a valid Win32 application. - C:/Ruby/lib/ruby/gems/1.8/gems/mysql-2.7.3-x86-mswin32/ext/mysql.so
&lt;/pre&gt;

I would try uninstalling the whole Ruby stack (leave MySQL installed) and make sure there&#039;s no trace of mysql gems.</description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty sure the guys are running x86 (and not x64) versions of Vista, so you may have an issue there. The other thing I&#8217;ve noticed is that the stacktrace when you&#8217;re running your app mentions a v2.7.3 gem</p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;"><span style="color:#006666;">193</span>: <span style="color:#006600; font-weight:bold;">%</span>1 is <span style="color:#9966CC; font-weight:bold;">not</span> a valid Win32 application. <span style="color:#006600; font-weight:bold;">-</span> C:<span style="color:#006600; font-weight:bold;">/</span>Ruby<span style="color:#006600; font-weight:bold;">/</span>lib<span style="color:#006600; font-weight:bold;">/</span>ruby<span style="color:#006600; font-weight:bold;">/</span>gems<span style="color:#006600; font-weight:bold;">/</span><span style="color:#006666;">1.8</span><span style="color:#006600; font-weight:bold;">/</span>gems<span style="color:#006600; font-weight:bold;">/</span>mysql<span style="color:#006600; font-weight:bold;">-</span>2.7.3<span style="color:#006600; font-weight:bold;">-</span>x86<span style="color:#006600; font-weight:bold;">-</span>mswin32<span style="color:#006600; font-weight:bold;">/</span>ext<span style="color:#006600; font-weight:bold;">/</span>mysql.<span style="color:#9900CC;">so</span></pre></div></div>

<p>I would try uninstalling the whole Ruby stack (leave MySQL installed) and make sure there&#8217;s no trace of mysql gems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave the Ninja</title>
		<link>http://www.denofubiquity.com/ruby/running-mysql-and-rubyonrails-on-windows/comment-page-1/#comment-100</link>
		<dc:creator>Dave the Ninja</dc:creator>
		<pubDate>Mon, 23 Mar 2009 07:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.denofubiquity.com/?p=165#comment-100</guid>
		<description>Hi Ijonas

Are you running x86 or x64 development machines?  I have been having issues as described in this post and have tried your solution.

I am now getting the following error which I believe is to do with it trying to install x86 drivers on x64.

-----------------------------------------

C:\Users\david.lawton\Desktop\outerbound_poc\trunk\source\outerbound&gt;gem install  -v &quot;2.7.1&quot; mysql
Successfully installed mysql-2.7.1-x86-mswin32
1 gem installed
Installing ri documentation for mysql-2.7.1-x86-mswin32...
Installing RDoc documentation for mysql-2.7.1-x86-mswin32...
ERROR:  While generating documentation for mysql-2.7.1-x86-mswin32
... MESSAGE:   Unhandled special: Special: type=17, text=&quot;&quot;
... RDOC args: --op C:/Ruby/lib/ruby/gems/1.8/doc/mysql-2.7.1-x86-mswin32/rdoc -
-exclude ext --main README --quiet ext README docs/README.html
(continuing with the rest of the installation)

-----------------------------------------

I then fire up WebRick and get:

-----------------------------------------

 LoadError in Rails/infoController#properties

193: %1 is not a valid Win32 application.   - C:/Ruby/lib/ruby/gems/1.8/gems/mysql-2.7.3-x86-mswin32/ext/mysql.so

RAILS_ROOT: C:/Users/david.lawton/Desktop/outerbound_poc/trunk/source/outerbound

This error occurred while loading the following files:
   mysql

-----------------------------------------

Did you run into any of these issues?

Cheers

Dave the Ninja</description>
		<content:encoded><![CDATA[<p>Hi Ijonas</p>
<p>Are you running x86 or x64 development machines?  I have been having issues as described in this post and have tried your solution.</p>
<p>I am now getting the following error which I believe is to do with it trying to install x86 drivers on x64.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>C:\Users\david.lawton\Desktop\outerbound_poc\trunk\source\outerbound&gt;gem install  -v &#8220;2.7.1&#8243; mysql<br />
Successfully installed mysql-2.7.1-x86-mswin32<br />
1 gem installed<br />
Installing ri documentation for mysql-2.7.1-x86-mswin32&#8230;<br />
Installing RDoc documentation for mysql-2.7.1-x86-mswin32&#8230;<br />
ERROR:  While generating documentation for mysql-2.7.1-x86-mswin32<br />
&#8230; MESSAGE:   Unhandled special: Special: type=17, text=&#8221;"<br />
&#8230; RDOC args: &#8211;op C:/Ruby/lib/ruby/gems/1.8/doc/mysql-2.7.1-x86-mswin32/rdoc -<br />
-exclude ext &#8211;main README &#8211;quiet ext README docs/README.html<br />
(continuing with the rest of the installation)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>I then fire up WebRick and get:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p> LoadError in Rails/infoController#properties</p>
<p>193: %1 is not a valid Win32 application.   &#8211; C:/Ruby/lib/ruby/gems/1.8/gems/mysql-2.7.3-x86-mswin32/ext/mysql.so</p>
<p>RAILS_ROOT: C:/Users/david.lawton/Desktop/outerbound_poc/trunk/source/outerbound</p>
<p>This error occurred while loading the following files:<br />
   mysql</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Did you run into any of these issues?</p>
<p>Cheers</p>
<p>Dave the Ninja</p>
]]></content:encoded>
	</item>
</channel>
</rss>
