<?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; leopard</title>
	<atom:link href="http://blog.netcubed.de/tag/leopard/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>
		<item>
		<title>How To Install GnuPlot under Leopard</title>
		<link>http://blog.netcubed.de/2008/12/how-to-install-gnuplot-under-leopard/</link>
		<comments>http://blog.netcubed.de/2008/12/how-to-install-gnuplot-under-leopard/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 09:59:00 +0000</pubDate>
		<dc:creator>Moritz Onken</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gnuplot]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[pdflib]]></category>
		<category><![CDATA[port]]></category>

		<guid isPermaLink="false">http://blog.netcubed.de/?p=18</guid>
		<description><![CDATA[I needed to draw some charts using gnuplot. Downloading and installing as usual (configure, make, make install) led to a lot of errors. So I looked around and found this solution:

# ./configure –with-readline=builtin

If you need PDF support you have to install pdflib first:

# sudo port install pdflib
# ./configure –with-readline=builtin --with-pdf=/usr/local/lib/pdflib-config

You need to have MacPorts installed.
And [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to draw some charts using <a href="http://www.gnuplot.info/" target="_blank">gnuplot</a>. Downloading and installing as usual (configure, make, make install) led to a lot of errors. So I looked around and found this solution:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># ./configure –with-readline=builtin</span></pre></div></div>

<p>If you need PDF support you have to install <code>pdflib</code> first:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># sudo port install pdflib</span>
<span style="color: #666666; font-style: italic;"># ./configure –with-readline=builtin --with-pdf=/usr/local/lib/pdflib-config</span></pre></div></div>

<p>You need to have <a href="http://www.macports.org/" target="_blank">MacPorts</a> installed.</p>
<p>And that was it. You can now run <code>gnuplot</code> from the command line and create beautiful charts.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.netcubed.de/2008/12/how-to-install-gnuplot-under-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
