<?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>netCUBED Blog &#187; mac</title>
	<atom:link href="http://blog.netcubed.de/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.netcubed.de</link>
	<description>Just another web developer's weblog</description>
	<lastBuildDate>Mon, 29 Jun 2009 20:58:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Restore Perl on Leopard</title>
		<link>http://blog.netcubed.de/2009/01/how-to-restore-perl-on-leopard/</link>
		<comments>http://blog.netcubed.de/2009/01/how-to-restore-perl-on-leopard/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 16:34:52 +0000</pubDate>
		<dc:creator>Moritz Onken</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://blog.netcubed.de/?p=26</guid>
		<description><![CDATA[I recently created a Repo at Github.com. Since I already had MacPorts up and running on my Mac I ran sudo port install git-core to install git.
Unfortunately it also installed the perl58 package which replaced Apple&#8217;s Perl. The new perl was installed to /opt/lib/perl and @INC included those directories only. All modules I had previously [...]]]></description>
			<content:encoded><![CDATA[<p>I recently created a <a href="https://github.com/monken/laden/tree" target="_blank">Repo</a> at Github.com. Since I already had MacPorts up and running on my Mac I ran <code>sudo port install git-core</code> to install git.</p>
<p>Unfortunately it also installed the perl58 package which replaced Apple&#8217;s Perl. The new perl was installed to <code>/opt/lib/perl</code> and @INC included those directories only. All modules I had previously installed in /Library/Perl. I decided to install Perl again to have the old behaviour again.</p>
<p>I followed <a href="http://developer.apple.com/internet/opensource/perl.html">this old guide</a> by Apple and adopted it to Perl 5.8.8.</p>
<p><code><br />
wget ftp://ftp.cpan.org/pub/CPAN/src/perl-5.8.8.tar.gz<br />
tar zxvf perl-5.8.8.tar.gz<br />
cd perl-5.8.8<br />
export LC_ALL=C<br />
echo “export LC_ALL=C” &gt;&gt; ~/.bash_profile<br />
./Configure -de -Dprefix=/usr<br />
make<br />
make test<br />
sudo make install<br />
</code></p>
<p>Now I have my good old Perl back again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.netcubed.de/2009/01/how-to-restore-perl-on-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
