<?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>Chris Irish &#124; Ruby, Rails, Javascript Developer &#124; Phoenix, AZ &#187; Gem</title>
	<atom:link href="http://www.christopherirish.com/tag/gem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christopherirish.com</link>
	<description>Ruby, Rails, Javascript, all things web development related</description>
	<lastBuildDate>Mon, 19 Jan 2026 07:43:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Install MySQL gem on Leopard with a macports MySQL</title>
		<link>http://www.christopherirish.com/2010/06/20/install-mysql-gem-for-leopard-using-macports-mysql/</link>
		<comments>http://www.christopherirish.com/2010/06/20/install-mysql-gem-for-leopard-using-macports-mysql/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 15:00:30 +0000</pubDate>
		<dc:creator>Irish</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Gem]]></category>
		<category><![CDATA[MacPorts]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.christopherirish.com/?p=336</guid>
		<description><![CDATA[This is more of a reminder to myself than anything. To install the mysql gem on OS X Leopard and use a macports MySQL install. First remove any previously installed mysql gem $ gem uninstall mysql Then install, giving the correct Leopard archflag and macports mysql_config directory $ env ARCHFLAGS="-arch i386" gem install mysql -- [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This is more of a reminder to myself than anything.  To install the mysql gem on OS X Leopard and use a macports MySQL install.</p>
<p>First remove any previously installed mysql gem</p>

<div class="wp-terminal">$ gem uninstall mysql<br/></div>

<p>Then install, giving the correct Leopard archflag and macports mysql_config directory</p>

<div class="wp-terminal">$ env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-config=/opt/local/lib/mysql5/bin/mysql_config<br/></div>

]]></content:encoded>
			<wfw:commentRss>http://www.christopherirish.com/2010/06/20/install-mysql-gem-for-leopard-using-macports-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
