<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using the RRDTool Ruby bindings with OSX</title>
	<atom:link href="http://www.mikeperham.com/2007/10/22/using-the-rrdtool-ruby-bindings-with-osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikeperham.com/2007/10/22/using-the-rrdtool-ruby-bindings-with-osx/</link>
	<description>On Ruby, software and the Internet</description>
	<lastBuildDate>Wed, 21 Jul 2010 20:03:10 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Doon</title>
		<link>http://www.mikeperham.com/2007/10/22/using-the-rrdtool-ruby-bindings-with-osx/comment-page-1/#comment-82</link>
		<dc:creator>Doon</dc:creator>
		<pubDate>Thu, 03 Apr 2008 01:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/2007/10/22/using-the-rrdtool-ruby-bindings-with-osx/#comment-82</guid>
		<description>If you are trying to build the above on Leopard on an Intel mac, it appears that you need to use

ARCHFLAGS=&quot;-arch i386&quot; ruby extconf.rb –with-rrd-dir=/opt/local

else it won&#039;t locate the lib correctly.  (was really annoying since I got the bindings install fine on my FreeBSD boxes, and my Powerbook)</description>
		<content:encoded><![CDATA[<p>If you are trying to build the above on Leopard on an Intel mac, it appears that you need to use</p>
<p>ARCHFLAGS=&#8221;-arch i386&#8243; ruby extconf.rb –with-rrd-dir=/opt/local</p>
<p>else it won&#8217;t locate the lib correctly.  (was really annoying since I got the bindings install fine on my FreeBSD boxes, and my Powerbook)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://www.mikeperham.com/2007/10/22/using-the-rrdtool-ruby-bindings-with-osx/comment-page-1/#comment-61</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Wed, 27 Feb 2008 13:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/2007/10/22/using-the-rrdtool-ruby-bindings-with-osx/#comment-61</guid>
		<description>Thats not really required as you can run

ruby extconf.rb --with-rrd-lib=/opt/local/lib

and it should be able to find the library, of course the more generic option to override the &quot;../../src&quot; too would be

ruby extconf.rb --with-rrd-dir=/opt/local

found all this out while rather unsuccessfully trying to build RRDtool manually (non MacPorts) and then build the Ruby bindings.</description>
		<content:encoded><![CDATA[<p>Thats not really required as you can run</p>
<p>ruby extconf.rb &#8211;with-rrd-lib=/opt/local/lib</p>
<p>and it should be able to find the library, of course the more generic option to override the &#8220;../../src&#8221; too would be</p>
<p>ruby extconf.rb &#8211;with-rrd-dir=/opt/local</p>
<p>found all this out while rather unsuccessfully trying to build RRDtool manually (non MacPorts) and then build the Ruby bindings.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
