<?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; howto</title>
	<atom:link href="http://devgrind.com/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://devgrind.com</link>
	<description>thinking outside the { }</description>
	<lastBuildDate>Fri, 04 Nov 2011 10:42:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<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 [...]]]></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>2</slash:comments>
		</item>
		<item>
		<title>Eclipse And The Dreaded PermGen Space</title>
		<link>http://devgrind.com/2007/07/30/eclipse-and-the-dreaded-permgen-space/</link>
		<comments>http://devgrind.com/2007/07/30/eclipse-and-the-dreaded-permgen-space/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 08:47:30 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://devgrind.com/2007/07/30/eclipse-and-the-dreaded-permgen-space/</guid>
		<description><![CDATA[Just a quick note for Eclipse developers: The dreaded PermGen space error might be avoided by starting the IDE with the option -vmargs -XX:PermSize=64M -XX:MaxPermSize=128M &#8211; under Linux. For Windows, the eclipse.ini settings apply. See the Eclipse Wiki for more information.]]></description>
			<content:encoded><![CDATA[<p>Just a quick note for Eclipse developers: The dreaded PermGen space error might be avoided by starting the IDE with the option <code>-vmargs -XX:PermSize=64M -XX:MaxPermSize=128M</code>  &#8211; under Linux. For Windows, the <code>eclipse.ini</code> settings apply. See the <a href="http://wiki.eclipse.org/FAQ_How_do_I_increase_the_permgen_size_available_to_Eclipse%3F">Eclipse Wiki</a> for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://devgrind.com/2007/07/30/eclipse-and-the-dreaded-permgen-space/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

