<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Shane Sveller &#187; mysql</title>
	<atom:link href="http://shanesveller.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://shanesveller.com</link>
	<description>Somewhere between happy and total f**king wreck</description>
	<lastBuildDate>Thu, 07 Jan 2010 18:31:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL ruby gem with MacPorts MySQL</title>
		<link>http://shanesveller.com/2008/06/13/mysql-ruby-gem-with-macports-mysql/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mysql-ruby-gem-with-macports-mysql</link>
		<comments>http://shanesveller.com/2008/06/13/mysql-ruby-gem-with-macports-mysql/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 20:24:28 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://shanesveller.com/?p=53</guid>
		<description><![CDATA[<pre>sudo env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-include=/opt/local/include/mysql5 --with-mysql-lib=/opt/local/lib/mysql5 --with-mysql-config=/opt/local/lib/mysql5/bin/mysql_config</pre>]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash">sudo env ARCHFLAGS=&quot;-arch i386&quot; gem install mysql -- --with-mysql-include=/opt/local/include/mysql5 --with-mysql-lib=/opt/local/lib/mysql5 --with-mysql-config=/opt/local/lib/mysql5/bin/mysql_config</pre>
<p>This worked for me with mysql installed via macports by the command:</p>
<pre class="brush: bash">sudo port install mysql5 +server</pre>
<p>Source: <a href="http://codeintensity.blogspot.com/2007/09/installing-ruby-mysql-gem-with-macports.html">Code Intensity</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shanesveller.com/2008/06/13/mysql-ruby-gem-with-macports-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
