<?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 for DEV_MEM.dump_to(:blog) - Multimedia systems blog</title>
	<atom:link href="http://blog.mmediasys.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mmediasys.com</link>
	<description>Compartiendo fragmentos de código con el mundo.</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:29:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Installing MySQL on Windows 7 x64 and using Ruby with it by Luis</title>
		<link>http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/comment-page-1/#comment-5129</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 02 Feb 2012 21:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=446#comment-5129</guid>
		<description>Those are RDoc errors, not the gem installation. Indeed could be confusing but can be safely ignored.</description>
		<content:encoded><![CDATA[<p>Those are RDoc errors, not the gem installation. Indeed could be confusing but can be safely ignored.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MySQL on Windows 7 x64 and using Ruby with it by Jim</title>
		<link>http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/comment-page-1/#comment-5128</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 02 Feb 2012 21:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=446#comment-5128</guid>
		<description>1.8.7 and DevKit are now installed. 

Had to point environment path to the 187 folder (and reboot) to get things switched over.

MySQL gem then installed successfully! ... however, following that message was:

Installing ri documentation for mysql1-2.8.1...
No definition for next_result
No definition for field_name
No definition for field_def
No definition for field_type
... about 30 similar messages follow

Thanks again for helping...</description>
		<content:encoded><![CDATA[<p>1.8.7 and DevKit are now installed. </p>
<p>Had to point environment path to the 187 folder (and reboot) to get things switched over.</p>
<p>MySQL gem then installed successfully! &#8230; however, following that message was:</p>
<p>Installing ri documentation for mysql1-2.8.1&#8230;<br />
No definition for next_result<br />
No definition for field_name<br />
No definition for field_def<br />
No definition for field_type<br />
&#8230; about 30 similar messages follow</p>
<p>Thanks again for helping&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MySQL on Windows 7 x64 and using Ruby with it by Luis</title>
		<link>http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/comment-page-1/#comment-5127</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 02 Feb 2012 20:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=446#comment-5127</guid>
		<description>Seems you really didn&#039;t read the article *word by word*

&lt;blockquote&gt;What I&#039;m going to describe next is how I installed and configured my environment and how I made it work properly. YMMV if you decided to use different versions of the components I used for this.&lt;/blockquote&gt;

[later on]

&lt;blockquote&gt;This time I&#039;m going to use Ruby 1.9.2, properly installed and configured with the complementary Development Kit (DevKit) which is provided at RubyInstaller website (In case you haven&#039;t installed yet, don&#039;t forget to follow the installation instructions in the wiki)&lt;/blockquote&gt;

While RubyInstaller provides an installer for 1.8.6, 1.8.6 is EOL (End of Life) -- there will be no new version.

I recommend you install at least 1.8.7, which is provided in the RubyInstaller website.

Also, you haven&#039;t provided answers to the version information of Ruby you have installed, so I guess it&#039;s platform is not i386-mingw32 in which case RubyInstaller DevKit (GCC) will not work with it.

Sane advice: use RubyInstaller 1.8.7 + DevKit, it installs in a separate folder and it doesn&#039;t mess with your environment.</description>
		<content:encoded><![CDATA[<p>Seems you really didn&#8217;t read the article <strong>word by word</strong></p>
<blockquote><p>What I&#8217;m going to describe next is how I installed and configured my environment and how I made it work properly. <span class="caps">YMMV </span>if you decided to use different versions of the components I used for this.</p></blockquote>
<p>[later on]</p>
<blockquote><p>This time I&#8217;m going to use Ruby 1.9.2, properly installed and configured with the complementary Development Kit (DevKit) which is provided at RubyInstaller website (In case you haven&#8217;t installed yet, don&#8217;t forget to follow the installation instructions in the wiki)</p></blockquote>
<p>While RubyInstaller provides an installer for 1.8.6, 1.8.6 is <span class="caps">EOL </span>(End of Life) &#8212; there will be no new version.</p>
<p>I recommend you install at least 1.8.7, which is provided in the RubyInstaller website.</p>
<p>Also, you haven&#8217;t provided answers to the version information of Ruby you have installed, so I guess it&#8217;s platform is not i386-mingw32 in which case RubyInstaller DevKit (GCC) will not work with it.</p>
<p>Sane advice: use RubyInstaller 1.8.7 + DevKit, it installs in a separate folder and it doesn&#8217;t mess with your environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MySQL on Windows 7 x64 and using Ruby with it by Jim</title>
		<link>http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/comment-page-1/#comment-5126</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 02 Feb 2012 19:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=446#comment-5126</guid>
		<description>Thanks for the quick reply Luis.
The 3 folders you mention are there.
Version is 1.8.6
Are RubyInstaller and DevKit required? If so, are they compatible with 1.8.6?</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply Luis.<br />
The 3 folders you mention are there.<br />
Version is 1.8.6<br />
Are RubyInstaller and DevKit required? If so, are they compatible with 1.8.6?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MySQL on Windows 7 x64 and using Ruby with it by Luis</title>
		<link>http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/comment-page-1/#comment-5125</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 02 Feb 2012 19:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=446#comment-5125</guid>
		<description>What is inside C:/mysql-connector-c-noinstall-6.0.2-win32 folder?

It contains a bin, lib and include folders?

Did you install RubyInstaller *and* the DevKit?

What version of Ruby are you using? (ruby -v from command line)

Can you join RubyInstaller group with the answer to those questions?

http://groups.google.com/group/rubyinstaller/</description>
		<content:encoded><![CDATA[<p>What is inside C:/mysql-connector-c-noinstall-6.0.2-win32 folder?</p>
<p>It contains a bin, lib and include folders?</p>
<p>Did you install RubyInstaller <strong>and</strong> the DevKit?</p>
<p>What version of Ruby are you using? (ruby -v from command line)</p>
<p>Can you join RubyInstaller group with the answer to those questions?</p>
<p><a href="http://groups.google.com/group/rubyinstaller/" rel="nofollow">http://groups.google.com/group/rubyinstaller/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MySQL on Windows 7 x64 and using Ruby with it by Jim</title>
		<link>http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/comment-page-1/#comment-5124</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 02 Feb 2012 18:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=446#comment-5124</guid>
		<description>I&#039;ve been at this all day and cannot get the mysql gem installed. Regardless of the various --with-mysql-xxxxx parameters I try, the result is always:

 &quot;checking for main() in -llibmysql... no&quot; *** extconf.rb failed ***

This is a win7 machine, I&#039;ve downloaded mysql-connector-c-noinstall-6.0.2-win32 to my root drive. Syntax being used is: &quot;gem install mysql --platform=ruby -- --with-mysql-dir=C:/mysql-connector-c-noinstall-6.0.2-win32&quot;. 

Any ideas appreciated!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been at this all day and cannot get the mysql gem installed. Regardless of the various &#8211;with-mysql-xxxxx parameters I try, the result is always:</p>
<p> &#8220;checking for main() in -llibmysql&#8230; no&#8221; *** extconf.rb failed ***</p>
<p>This is a win7 machine, I&#8217;ve downloaded mysql-connector-c-noinstall-6.0.2-win32 to my root drive. Syntax being used is: &#8220;gem install mysql &#8211;platform=ruby &#8212; &#8211;with-mysql-dir=C:/mysql-connector-c-noinstall-6.0.2-win32&#8243;. </p>
<p>Any ideas appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MySQL on Windows 7 x64 and using Ruby with it by Luis</title>
		<link>http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/comment-page-1/#comment-5123</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Mon, 23 Jan 2012 10:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=446#comment-5123</guid>
		<description>You say you did exactly but got Joe&#039;s error? are you sure you used the zip file and extracted it to a path without spaces? Are you usre you used the 32bits version of Connector/C instead of the 64bits? Did you use -- --with-mysql-dir or did you provide the options separated?

Have you checked that the error you&#039;re getting is not covered in the Troubleshooting page?

https://github.com/oneclick/rubyinstaller/wiki/Troubleshooting

Is too vague to be able to provide help to those requests. Feel free to join RubyInstaller or RailsInstaller groups:

https://groups.google.com/group/rubyinstaller
https://groups.google.com/group/railsinstaller</description>
		<content:encoded><![CDATA[<p>You say you did exactly but got Joe&#8217;s error? are you sure you used the zip file and extracted it to a path without spaces? Are you usre you used the 32bits version of Connector/C instead of the 64bits? Did you use &#8212; &#8211;with-mysql-dir or did you provide the options separated?</p>
<p>Have you checked that the error you&#8217;re getting is not covered in the Troubleshooting page?</p>
<p><a href="https://github.com/oneclick/rubyinstaller/wiki/Troubleshooting" rel="nofollow">https://github.com/oneclick/rubyinstaller/wiki/Troubleshooting</a></p>
<p>Is too vague to be able to provide help to those requests. Feel free to join RubyInstaller or RailsInstaller groups:</p>
<p><a href="https://groups.google.com/group/rubyinstaller" rel="nofollow">https://groups.google.com/group/rubyinstaller</a><br />
<a href="https://groups.google.com/group/railsinstaller" rel="nofollow">https://groups.google.com/group/railsinstaller</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MySQL on Windows 7 x64 and using Ruby with it by ofca</title>
		<link>http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/comment-page-1/#comment-5122</link>
		<dc:creator>ofca</dc:creator>
		<pubDate>Mon, 23 Jan 2012 01:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=446#comment-5122</guid>
		<description>i did EVERYTHING that you did and still get the error(similar to joe up there, but I extracted correctly):
ERROR: Error installing mysql:
            ERROR: Failed to build gem native extension.
please help i searched everywhere... thanks... :/</description>
		<content:encoded><![CDATA[<p>i did <span class="caps">EVERYTHING </span>that you did and still get the error(similar to joe up there, but I extracted correctly):<br />
<span class="caps">ERROR</span>: Error installing mysql:<br />
            <span class="caps">ERROR</span>: Failed to build gem native extension.<br />
please help i searched everywhere&#8230; thanks&#8230; :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MySQL on Windows 7 x64 and using Ruby with it by PHP To Ruby On Rails: Making The Switch &#8211; Part I &#124; Cube Websites Blog</title>
		<link>http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/comment-page-1/#comment-5121</link>
		<dc:creator>PHP To Ruby On Rails: Making The Switch &#8211; Part I &#124; Cube Websites Blog</dc:creator>
		<pubDate>Tue, 17 Jan 2012 20:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=446#comment-5121</guid>
		<description>[...] a fix and got really frustrated, it was quite a dark time, however I kept looking and finally found this solution on how to install MySQL on Windows 7 64-bit with Ruby.&#160; The tutorial was simple to follow, and [...]</description>
		<content:encoded><![CDATA[<p>[...] a fix and got really frustrated, it was quite a dark time, however I kept looking and finally found this solution on how to install MySQL on Windows 7 64-bit with Ruby.&nbsp; The tutorial was simple to follow, and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MySQL on Windows 7 x64 and using Ruby with it by Peter</title>
		<link>http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/comment-page-1/#comment-5120</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 17 Jan 2012 18:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=446#comment-5120</guid>
		<description>Wow, that is one awesome guide. My first time on Rails and linked it to MySQL x64 like a pro. Thanks</description>
		<content:encoded><![CDATA[<p>Wow, that is one awesome guide. My first time on Rails and linked it to MySQL x64 like a pro. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

