<?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>Lost Entropy &#187; Snow Leopard</title>
	<atom:link href="http://lostentropy.com/tag/snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostentropy.com</link>
	<description>Aaron B. Russell&#039;s personal blog</description>
	<lastBuildDate>Mon, 17 May 2010 21:54:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<script type="text/javascript">
if (typeof Meebo == "undefined") {
Meebo=function(){(Meebo._=Meebo._||[]).push(arguments)};
(function(q){

	var args = arguments;
	if (!document.body) { return setTimeout(function(){ args.callee.apply(this, args) }, 100); }
	var d=document, b=d.body, m=b.insertBefore(d.createElement('div'), b.firstChild); s=d.createElement('script');
	m.id='meebo'; m.style.display='none'; m.innerHTML='<iframe id="meebo-iframe"></iframe>';
	s.src='http'+(q.https?'s':'')+'://'+(q.stage?'stage-':'')+'cim.meebo.com/cim/cim.php?network='+q.network;
	b.insertBefore(s, b.firstChild);

})({network:'lostentropy_pi27li'});	}</script>	<item>
		<title>Compiling FreeImage in 64-bit on Snow Leopard</title>
		<link>http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/</link>
		<comments>http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 15:31:16 +0000</pubDate>
		<dc:creator>Aaron B. Russell</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[FreeImage]]></category>
		<category><![CDATA[ImageScience]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Tiger]]></category>

		<guid isPermaLink="false">http://lostentropy.com/?p=2367</guid>
		<description><![CDATA[I recently tried to use the image_science gem for Ruby, but it didn&#8217;t work after installation because it was looking for FreeImage.h. Thinking it&#8217;d be an easy fix, I headed over to http://freeimage.sourceforge.net/ to go grab a copy of a binary file to install, but there wasn&#8217;t one. Undeterred, I went to grab the source [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Profile of Djamila" href="http://flickr.com/photos/8070463@N03/2848818561"><img src="http://farm4.static.flickr.com/3189/2848818561_764c2c2831.jpg" alt="" width="425" height="282" /></a><br />
I recently tried to use the image_science gem for Ruby, but it didn&#8217;t work after installation because it was looking for FreeImage.h. Thinking it&#8217;d be an easy fix, I headed over to <a href="http://freeimage.sourceforge.net/">http://freeimage.sourceforge.net/</a> to go grab a copy of a binary file to install, but there wasn&#8217;t one.</p>
<p>Undeterred, I went to <a href="http://downloads.sourceforge.net/freeimage/FreeImage3120.zip">grab the source</a> and compile it myself. It didn&#8217;t work. Eventually I figured there were two key issues:</p>
<ol>
<li>FreeImage&#8217;s source was prepared for Mac OS X 10.3 (Panther)</li>
<li>FreeImage was trying to compile for i386 (32-bit) and my Ruby install is x86-64 (64-bit)</li>
</ol>
<p>First problem is easy to fix, just replace both instances of <code>/Developer/SDKs/MacOSX10.3.9.sdk</code> with <code>/Developer/SDKs/MacOSX10.6.sdk</code> (or, 10.5 for Leopard, or 10.4u for Tiger).</p>
<p>The second part was a bit more fiddly because I wasn&#8217;t sure if order was important, so I started by replacing all instances of <code>i386</code> and <code>I386</code> with <code>x86_64</code> and <code>X86_64</code> respectively. Then, I replaced all instances of <code>ppc</code> and <code>PPC</code> with <code>i386</code> and <code>I386</code>.</p>
<p>If you don&#8217;t want to worry about making all these changes, you can simply <a href="http://unadopted.co.uk/freeimage/Makefile.osx">download my Makefile.osx here</a>. It&#8217;s built for Snow Leopard, but it&#8217;s easy to change it for Leopard or Tiger.</p>
<img style='display:none' id="post-2367-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/',title:'Compiling FreeImage in 64-bit on Snow Leopard',tweet:' I recently tried to use the image_science gem for Ruby, but it didn&#8217;t work after installation',description:' I recently tried to use the image_science gem for Ruby, but it didn&#8217;t work after installation'})"><script type='text/javascript'>document.getElementById("post-2367-blankimage").onload();</script><!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a class="social_img" href="http://del.icio.us/post?url=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/&amp;title=Compiling+FreeImage+in+64-bit+on+Snow+Leopard" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Del.icio.us" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Del.icio.us" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Del.icio.us" /></a><a class="social_img" href="http://digg.com/submit?phase=2&amp;url=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/&amp;title=Compiling+FreeImage+in+64-bit+on+Snow+Leopard" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to digg" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to digg" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to digg" /></a><a class="social_img" href="http://furl.net/storeIt.jsp?t=Compiling+FreeImage+in+64-bit+on+Snow+Leopard&amp;u=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to FURL" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to FURL" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to FURL" /></a><a class="social_img" href="http://reddit.com/submit?url=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/&amp;title=Compiling+FreeImage+in+64-bit+on+Snow+Leopard" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to reddit" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to reddit" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to reddit" /></a><a class="social_img" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Compiling+FreeImage+in+64-bit+on+Snow+Leopard&amp;url=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/&amp;version=0.7" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Feed Me Links" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Feed Me Links" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Feed Me Links" /></a><a class="social_img" href="http://www.technorati.com/faves?add=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Technorati" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Technorati" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Technorati" /></a><a class="social_img" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/&amp;t=Compiling+FreeImage+in+64-bit+on+Snow+Leopard" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Yahoo My Web" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Yahoo My Web" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Yahoo My Web" /></a><a class="social_img" href="http://ekstreme.com/socializer/?url=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/&amp;title=Compiling+FreeImage+in+64-bit+on+Snow+Leopard" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Socializer" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Socializer" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Socializer" /></a><a class="social_img" href="http://ma.gnolia.com/bookmarklet/add?url=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/&amp;title=Compiling+FreeImage+in+64-bit+on+Snow+Leopard&amp;description=Compiling+FreeImage+in+64-bit+on+Snow+Leopard" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Ma.gnolia" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Ma.gnolia" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Ma.gnolia" /></a><a class="social_img" href="http://www.stumbleupon.com/submit?url=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/&amp;title=Compiling+FreeImage+in+64-bit+on+Snow+Leopard" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Stumble Upon" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Stumble Upon" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Stumble Upon" /></a><a class="social_img" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/&amp;title=Compiling+FreeImage+in+64-bit+on+Snow+Leopard" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Google Bookmarks" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Google Bookmarks" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Google Bookmarks" /></a><a class="social_img" href="http://www.bloglines.com/sub/http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Bloglines" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Bloglines" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Bloglines" /></a><a class="social_img" href="http://www.netscape.com/submit/?U=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/&amp;T=Compiling+FreeImage+in+64-bit+on+Snow+Leopard" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Propeller" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Propeller" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Propeller" /></a><a class="social_img" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Compiling+FreeImage+in+64-bit+on+Snow+Leopard&amp;url=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Ask" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Ask" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Ask" /></a><a class="social_img" href="https://favorites.live.com/quickadd.aspx?url=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/&amp;title=Compiling+FreeImage+in+64-bit+on+Snow+Leopard" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Live-MSN" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Live-MSN" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Live-MSN" /></a><a class="social_img" href="http://slashdot.org/bookmark.pl?title=Compiling+FreeImage+in+64-bit+on+Snow+Leopard&amp;url=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to SlashDot" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to SlashDot" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to SlashDot" /></a><a class="social_img" href="http://www.facebook.com/share.php?u=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/&amp;t=Compiling+FreeImage+in+64-bit+on+Snow+Leopard" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to FaceBook" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to FaceBook" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to FaceBook" /></a><a class="social_img" href="http://www.mixx.com/submit?page_url=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/&amp;title=Compiling+FreeImage+in+64-bit+on+Snow+Leopard" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Mixx" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Mixx" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Mixx" /></a><a class="social_img" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Compiling+FreeImage+in+64-bit+on+Snow+Leopard&amp;c=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to MySpace" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to MySpace" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to MySpace" /></a><a class="social_img" href="http://twitter.com/home?status=http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Twitter" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Twitter" alt="Add 'Compiling FreeImage in 64-bit on Snow Leopard' to Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://lostentropy.com/2009/10/03/compiling-freeimage-in-64-bit-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Fixing CPAN on Snow Leopard (Mac OS X 10.6)</title>
		<link>http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/</link>
		<comments>http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 17:32:41 +0000</pubDate>
		<dc:creator>Aaron B. Russell</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Compress]]></category>
		<category><![CDATA[CPAN]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[IO]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Macs]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripting languages]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Uncompress]]></category>

		<guid isPermaLink="false">http://lostentropy.com/?p=2345</guid>
		<description><![CDATA[I ran into some problems with Perl&#8217;s CPAN installer on Snow Leopard, notably, it didn&#8217;t work once Bundle::CPAN was installed. Every time I tried to install a package I&#8217;d end up with an error like this: Catching error: 'Can\'t call method "value" on an undefined value at /System/Library/Perl/5.10.0/darwin-thread-multi-2level/IO/Uncompress/RawInflate.pm line 64. ' at /System/Library/Perl/5.10.0/CPAN.pm line 281 [...]]]></description>
			<content:encoded><![CDATA[<p><a title="My MacBook Etching" href="http://flickr.com/photos/41894166582@N01/301812211"><img src="http://farm1.static.flickr.com/116/301812211_5684bc0a75.jpg" alt="" width="420" height="280" /></a><br />
I ran into some problems with Perl&#8217;s CPAN installer on Snow Leopard, notably, it didn&#8217;t work once Bundle::CPAN was installed. Every time I tried to install a package I&#8217;d end up with an error like this:</p>
<blockquote>
<pre>Catching error: 'Can\'t call method "value" on an undefined value at /System/Library/Perl/5.10.0/darwin-thread-multi-2level/IO/Uncompress/RawInflate.pm line 64.
' at /System/Library/Perl/5.10.0/CPAN.pm line 281
CPAN::shell() called at /usr/bin/cpan5.10.0 line 199</pre>
</blockquote>
<p>Not good. So, how to fix it? <em>Move the broken IO::Uncompress module out of the way.</em> In a terminal window, copy and paste the following</p>
<blockquote>
<pre>sudo mv /System/Library/Perl/5.10.0/darwin-thread-multi-2level/IO/Uncompress/RawInflate.pm /System/Library/Perl/5.10.0/darwin-thread-multi-2level/IO/Uncompress/RawInflate.pm-broken</pre>
</blockquote>
<p>Once that&#8217;s been shifted out the way, it should work provided CPAN was configured with the proper paths to your tar, bzip2 and gzip executables (if not, nuke your /System/Library/Perl/5.10.0/CPAN/Config.pm and start over).</p>
<p><strong>Note:</strong> This isn&#8217;t a long-term solution, some things like CPAN::SQLite won&#8217;t install if IO::Uncompress::RawInflate is missing, but at least it gets some functionality back into CPAN. I&#8217;m very interested in hearing of any better fixes for this.</p>
<img style='display:none' id="post-2345-blankimage" onload="Meebo('discoverSharable', {element: ((this.parentNode.className.match('post')) ? this.parentNode : this.parentNode.parentNode) ,url:'http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/',title:'Fixing CPAN on Snow Leopard (Mac OS X 10.6)',tweet:' I ran into some problems with Perl&#8217;s CPAN installer on Snow Leopard, notably, it didn&#8217;t',description:' I ran into some problems with Perl&#8217;s CPAN installer on Snow Leopard, notably, it didn&#8217;t'})"><script type='text/javascript'>document.getElementById("post-2345-blankimage").onload();</script><!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a class="social_img" href="http://del.icio.us/post?url=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/&amp;title=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Del.icio.us" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Del.icio.us" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Del.icio.us" /></a><a class="social_img" href="http://digg.com/submit?phase=2&amp;url=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/&amp;title=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to digg" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to digg" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to digg" /></a><a class="social_img" href="http://furl.net/storeIt.jsp?t=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29&amp;u=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to FURL" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to FURL" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to FURL" /></a><a class="social_img" href="http://reddit.com/submit?url=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/&amp;title=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to reddit" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to reddit" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to reddit" /></a><a class="social_img" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29&amp;url=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/&amp;version=0.7" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Feed Me Links" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Feed Me Links" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Feed Me Links" /></a><a class="social_img" href="http://www.technorati.com/faves?add=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Technorati" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Technorati" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Technorati" /></a><a class="social_img" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/&amp;t=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Yahoo My Web" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Yahoo My Web" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Yahoo My Web" /></a><a class="social_img" href="http://ekstreme.com/socializer/?url=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/&amp;title=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Socializer" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Socializer" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Socializer" /></a><a class="social_img" href="http://ma.gnolia.com/bookmarklet/add?url=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/&amp;title=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29&amp;description=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Ma.gnolia" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Ma.gnolia" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Ma.gnolia" /></a><a class="social_img" href="http://www.stumbleupon.com/submit?url=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/&amp;title=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Stumble Upon" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Stumble Upon" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Stumble Upon" /></a><a class="social_img" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/&amp;title=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Google Bookmarks" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Google Bookmarks" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Google Bookmarks" /></a><a class="social_img" href="http://www.bloglines.com/sub/http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Bloglines" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Bloglines" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Bloglines" /></a><a class="social_img" href="http://www.netscape.com/submit/?U=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/&amp;T=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Propeller" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Propeller" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Propeller" /></a><a class="social_img" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29&amp;url=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Ask" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Ask" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Ask" /></a><a class="social_img" href="https://favorites.live.com/quickadd.aspx?url=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/&amp;title=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Live-MSN" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Live-MSN" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Live-MSN" /></a><a class="social_img" href="http://slashdot.org/bookmark.pl?title=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29&amp;url=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to SlashDot" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to SlashDot" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to SlashDot" /></a><a class="social_img" href="http://www.facebook.com/share.php?u=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/&amp;t=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to FaceBook" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to FaceBook" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to FaceBook" /></a><a class="social_img" href="http://www.mixx.com/submit?page_url=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/&amp;title=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Mixx" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Mixx" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Mixx" /></a><a class="social_img" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Fixing+CPAN+on+Snow+Leopard+%28Mac+OS+X+10.6%29&amp;c=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to MySpace" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to MySpace" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to MySpace" /></a><a class="social_img" href="http://twitter.com/home?status=http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Twitter" border="0" ><img src="http://lostentropy.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Twitter" alt="Add 'Fixing CPAN on Snow Leopard (Mac OS X 10.6)' to Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://lostentropy.com/2009/09/09/fixing-cpan-on-snow-leopard-mac-os-x-10-6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
