Hi there,<div><br></div><div>So I've stood up a CentOS 5 server. I've downloaded and extracted RT 4.0.5. Through the make fixdeps and testdeps I've had to do a lot of wrangling to get all the dependencies to install correctly. I had to upgrade Perl from 5.8 to 5.12  (so I believe I have 2 Perl installs at this point).</div>
<div><br></div><div>Getting right to it, I only have one dependency that's missing. When I run make testdeps | grep MISSING I get the following:</div><div>   </div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
XML::RSS ...MISSING<br>SOME DEPENDENCIES WERE MISSING.<br>        XML::RSS ...MISSING<br>make: *** [testdeps] Error 1</blockquote><div><br></div><div>When I open up CPAN and attempt to install, I get the following:</div><div>
<br></div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">install XML::RSS<br>
Going to read '/root/.cpan/Metadata'<br>  Database was generated on Sat, 21 Apr 2012 21:19:04 GMT<br>XML::RSS is up to date (1.49).</blockquote><div><span style="font-size:10pt;line-height:115%;font-family:Symbol"><span style="font-family:'Times New Roman';font-size:7pt;line-height:normal"><br>
</span></span></div><div style="text-indent:0px"><span style="line-height:115%"><span style="line-height:normal">I<font face="'Times New Roman'"><span style="font-size:9px"> </span></font></span></span><span style="font-size:10pt;line-height:115%">renamed the old
perl to be "perl58" (so if I absolutely need it in the future, I can rename it back). Then I made a symbolic link to the new perl binary so
that the location of the old binary still pointed to it</span></div><div style="text-indent:0px"><span style="font-size:10pt;line-height:115%"><br></span></div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<span style="font-size:10pt;line-height:115%">mv /usr/bin/perl /usr/bin/perl58</span></blockquote><div>ln -s /usr/local/bin/perl /usr/bin/perl</div><div><br></div><div>Is there something I missed? Any thoughts? Thanks in advance.</div>
<div><br></div><div>Scott </div><div> </div>