<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Installing BugZilla 3.4.1 on Dreamhost</title>
	<atom:link href="http://www.thejackol.com/2009/08/24/installing-bugzilla-3-4-1-on-dreamhost/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thejackol.com/2009/08/24/installing-bugzilla-3-4-1-on-dreamhost/</link>
	<description>01100010 01101100 01100101 01101000</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:10:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chris</title>
		<link>http://www.thejackol.com/2009/08/24/installing-bugzilla-3-4-1-on-dreamhost/comment-page-1/#comment-217588</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 12 Oct 2009 09:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=630#comment-217588</guid>
		<description>Hi Mikhail,

Thanks for the tip... I had done that before, but it kept installing a newer version of CGI.pm that was incompatible. I decided to clear everything out (including the ~/.cpan directory) and follow your instructions from scratch.

I think I&#039;ve managed to track down the issue: the server was killing some of the install script as being too processor intensive. I used &quot;nice -n 12&quot; to make the install use less CPU, and it looks like it all worked a charm!

I&#039;m going to update the Wiki to suggest using &quot;nice&quot;.

Thanks again for your help and for putting this up.

Cheers,

     Chris</description>
		<content:encoded><![CDATA[<p>Hi Mikhail,</p>
<p>Thanks for the tip&#8230; I had done that before, but it kept installing a newer version of <span class="caps">CGI</span>.pm that was incompatible. I decided to clear everything out (including the ~/.cpan directory) and follow your instructions from scratch.</p>
<p>I think I&#8217;ve managed to track down the issue: the server was killing some of the install script as being too processor intensive. I used &#8220;nice -n 12&#8221; to make the install use less <span class="caps">CPU</span>, and it looks like it all worked a charm!</p>
<p>I&#8217;m going to update the Wiki to suggest using &#8220;nice&#8221;.</p>
<p>Thanks again for your help and for putting this up.</p>
<p>Cheers,</p>
<p>     Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikhail Esteves</title>
		<link>http://www.thejackol.com/2009/08/24/installing-bugzilla-3-4-1-on-dreamhost/comment-page-1/#comment-217458</link>
		<dc:creator>Mikhail Esteves</dc:creator>
		<pubDate>Fri, 09 Oct 2009 11:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=630#comment-217458</guid>
		<description>Hi Chris,

For CGI.pm I guess you could simply use the install-module.pl script. Running this in the bugzilla install directory should be enough:

$ perl install-module.pl CGI</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>For <span class="caps">CGI</span>.pm I guess you could simply use the install-module.pl script. Running this in the bugzilla install directory should be enough:</p>
<p>$ perl install-module.pl <span class="caps">CGI</span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.thejackol.com/2009/08/24/installing-bugzilla-3-4-1-on-dreamhost/comment-page-1/#comment-217355</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 08 Oct 2009 01:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=630#comment-217355</guid>
		<description>Hi Mikhail,

Thanks for the write-up.

I&#039;m trying to install a specific version of CGI.pm (3.33 - as the one I&#039;ve installed 3.47 is blacklisted against Bugzilla 3.4.2) following your instructions but at the &quot;make install&quot; section I&#039;m getting:

&lt;code&gt;
...
All tests successful, 1 subtest skipped.
Files=20, Tests=519,  6 wallclock secs ( 0.78 cusr +  0.16 csys =  0.94 CPU)

[hoffa]$ make install
Warning: You do not have permissions to install into /usr/lib/perl/5.8 at /usr/share/perl/5.8/ExtUtils/Install.pm line 114.
Cannot forceunlink /usr/share/perl/5.8/CGI.pm: Permission denied at /usr/share/perl/5.8/File/Find.pm line 924
make: *** [pure_perl_install] Error 13

[hoffa]$ echo $PERL5LIB
/home/[myuser]/[mydomain]/bugzilla-3.4.2/lib
&lt;/code&gt;

Any ideas? As you can see, I have set the PERL5LIB variable, but it still seems to be trying to install in the wrong place...

TIA,

    Chris</description>
		<content:encoded><![CDATA[<p>Hi Mikhail,</p>
<p>Thanks for the write-up.</p>
<p>I&#8217;m trying to install a specific version of <span class="caps">CGI</span>.pm (3.33 &#8211; as the one I&#8217;ve installed 3.47 is blacklisted against Bugzilla 3.4.2) following your instructions but at the &#8220;make install&#8221; section I&#8217;m getting:</p>
<p><code><br />
...<br />
All tests successful, 1 subtest skipped.<br />
Files=20, Tests=519,  6 wallclock secs ( 0.78 cusr +  0.16 csys =  0.94 <span class="caps">CPU</span>)</code></p>
<p>[hoffa]$ make install<br />
Warning: You do not have permissions to install into /usr/lib/perl/5.8 at /usr/share/perl/5.8/ExtUtils/Install.pm line 114.<br />
Cannot forceunlink /usr/share/perl/5.8/<span class="caps">CGI</span>.pm: Permission denied at /usr/share/perl/5.8/File/Find.pm line 924<br />
make: *** [pure_perl_install] Error 13</p>
<p>[hoffa]$ echo $PERL5LIB<br />
/home/[myuser]/[mydomain]/bugzilla-3.4.2/lib
</p>
<p>Any ideas? As you can see, I have set the PERL5LIB variable, but it still seems to be trying to install in the wrong place&#8230;</p>
<p><span class="caps">TIA</span>,</p>
<p>    Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>

