<?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>devgrind &#187; admin</title>
	<atom:link href="http://devgrind.com/tag/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://devgrind.com</link>
	<description>thinking outside the { }</description>
	<lastBuildDate>Tue, 04 May 2010 17:25:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>&#8220;gem install mysql&#8221; on Debian</title>
		<link>http://devgrind.com/2009/02/07/gem-install-mysql-on-debian/</link>
		<comments>http://devgrind.com/2009/02/07/gem-install-mysql-on-debian/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 21:55:03 +0000</pubDate>
		<dc:creator>Arne</dc:creator>
				<category><![CDATA[admin]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://devgrind.com/?p=66</guid>
		<description><![CDATA[Short note to myself and whom it my concern. If you try to sudo gem install mysql on a Debian system and it responds, after some working, with:

Building native extensions.  This could take a while...
ERROR:  Error installing mysql:
	ERROR: Failed to build gem native extension.
(...)
*** extconf.rb failed ***
Could not create Makefile due to some [...]]]></description>
			<content:encoded><![CDATA[<p>Short note to myself and whom it my concern. If you try to <code>sudo gem install mysql</code> on a Debian system and it responds, after some working, with:<br />
<code><br />
Building native extensions.  This could take a while...<br />
ERROR:  Error installing mysql:<br />
	ERROR: Failed to build gem native extension.<br />
(...)<br />
*** extconf.rb failed ***<br />
Could not create Makefile due to some reason, probably lack of<br />
necessary libraries and/or headers.  Check the mkmf.log file for more<br />
details.  You may need configuration options.<br />
(...)<br />
Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/mysql-2.7 for inspection.<br />
Results logged to /usr/lib/ruby/gems/1.8/gems/mysql-2.7/gem_make.out<br />
</code></p>
<p>then <a href="http://pemberthy.blogspot.com/2008/12/mysql-gem-on-debian.html">this</a> should be the solution for you: First you install libmysqlclient15-dev, which generates a <code>mysql_config</code> file, and the install the gem using the config.</p>
]]></content:encoded>
			<wfw:commentRss>http://devgrind.com/2009/02/07/gem-install-mysql-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
