<?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>Piece of Unix Hints &#187; CPAN</title>
	<atom:link href="http://hints.jeb.be/tag/cpan/feed/" rel="self" type="application/rss+xml" />
	<link>http://hints.jeb.be</link>
	<description>hints.jeb.be</description>
	<lastBuildDate>Fri, 04 Dec 2009 20:35:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Misconfigured Perl install path</title>
		<link>http://hints.jeb.be/2008/12/17/misconfigured-perl-install-path/</link>
		<comments>http://hints.jeb.be/2008/12/17/misconfigured-perl-install-path/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 01:50:52 +0000</pubDate>
		<dc:creator>Jeb</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[CPAN]]></category>

		<guid isPermaLink="false">http://hints.jeb.be/?p=38</guid>
		<description><![CDATA[I got a strange problem on a server. CPAN was installing module outside of perl @INC, this is quite a nightmare. I found what was wrong and it was quite easy to solve. Run this command: # perl -V:'install.*' Look at installprivlib and installarchlib. If they don&#8217;t match @INC you can change them at the [...]]]></description>
			<content:encoded><![CDATA[<p>I got a strange problem on a server. CPAN was installing module outside of perl @INC, this is quite a nightmare.<br />
I found what was wrong and it was quite easy to solve.<br />
Run this command:</p>
<blockquote><p><code># perl -V:'install.*'</code></p></blockquote>
<p>Look at installprivlib and installarchlib. If they don&#8217;t match @INC you can change them at the end of perl Config.pm (in tie %Config, &#8216;Config&#8217;, {..})</p>
<p>To find your Config.pm file type</p>
<blockquote><p><code># perl -MConfig -le 'print $INC{"Config.pm"};'</code></p></blockquote>
<p>If you only use CPAN to install module I guess you can just change PREFIX in the CPAN Config.pm (but I haven&#8217;t tested this)</p>
<p>N.B.: If you can&#8217;t find installprivlib and installarchlib in tie %Config just add them.</p>
]]></content:encoded>
			<wfw:commentRss>http://hints.jeb.be/2008/12/17/misconfigured-perl-install-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
