<?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>Technology, Food, Life &#187; pango</title>
	<atom:link href="http://www.thetechchef.com/tag/pango/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetechchef.com</link>
	<description></description>
	<lastBuildDate>Tue, 10 Aug 2010 17:09:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Building RRDTool on Centos/Redhat x86_64 Systems</title>
		<link>http://www.thetechchef.com/2009/10/22/building-rrdtool-on-centosredhat-x86_64-systems/</link>
		<comments>http://www.thetechchef.com/2009/10/22/building-rrdtool-on-centosredhat-x86_64-systems/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 20:14:35 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[pango]]></category>
		<category><![CDATA[pangocairo]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[rrdtool]]></category>

		<guid isPermaLink="false">http://www.thetechchef.com/?p=299</guid>
		<description><![CDATA[I just ran into this one and thought someone else might find it useful. I was trying to compile rrdtool under Centos5 x86_64 so that I could have access to the perl libraries. It seems like rrdtool can get confused when looking for dependencies. First, install the dependencies via yum: # yum install cairo-devel libxml2-devel [...]]]></description>
			<content:encoded><![CDATA[<p>I just ran into this one and thought someone else might find it useful. I was trying to compile rrdtool under Centos5 x86_64 so that I could have access to the perl libraries. It seems like rrdtool can get confused when looking for dependencies. First, install the dependencies via yum:</p>
<p><code># yum install cairo-devel libxml2-devel pango-devel pango libpng-devel freetype freetype-devel libart_lgpl-devel</code></p>
<p>Then set the PKG_CONFIG_PATH environment variable to point to the 64-bit pkgconfig directory:</p>
<p><code>export PKG_CONFIG_DIR=/usr/lib64/pkgconfig</code></p>
<p>Run configure with the &#8211;libdir flag:</p>
<p><code>./configure --libdir=/usr/lib64</code></p>
<p>You should now be able to cleanly compile the 64-bit version of rrdtool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetechchef.com/2009/10/22/building-rrdtool-on-centosredhat-x86_64-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
