<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BASIC TRADING MULTIMEDIA &#187; How-to</title>
	<atom:link href="http://www.basictrading.biz/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.basictrading.biz</link>
	<description>Information Technology and Design</description>
	<lastBuildDate>Fri, 30 Jul 2010 14:38:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>gem install mysql on linux</title>
		<link>http://www.basictrading.biz/2008/02/gem-install-mysql-on-linux/</link>
		<comments>http://www.basictrading.biz/2008/02/gem-install-mysql-on-linux/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 22:13:27 +0000</pubDate>
		<dc:creator>Matteo Papadopoulos</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.basictrading.biz/2008/02/19/gem-install-mysql-on-linux/</guid>
		<description><![CDATA[It might be a problem, an &#8220;old&#8221; well-known issue&#8230; sudo gem install mysql might return an error like: ERROR:  While executing gem ... (Gem::Installer::ExtensionBuildError)     ERROR: Failed to build gem native extension. Well, this is cause you need the -dev environment of mysql. Too easy to think that it could be mysql-dev, no! just try <a href="http://www.basictrading.biz/2008/02/gem-install-mysql-on-linux/">Read More</a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://rubygems.org/images/rubygems-125x125t.png" height="125" width="125" /></p>
<p>It might be a problem, an &#8220;old&#8221; well-known issue&#8230;</p>
<pre>sudo gem install mysql</pre>
<p>might return an error like:</p>
<pre>ERROR:  While executing gem ... (Gem::Installer::ExtensionBuildError)</pre>
<pre>    ERROR: Failed to build gem native extension.</pre>
<p>Well, this is cause you need the -dev environment of mysql. Too easy to think that it could be mysql-dev, no! just try</p>
<pre>apt-get install libmysqlclient15-dev</pre>
<p>It will works!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.basictrading.biz/2008/02/gem-install-mysql-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
