<div class="gmail_extra">Stephen,</div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks for the prompt reply.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Unless I entered the bash command incorrectly (which is entirely possible) both of those came back with "no code specified for -e"</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">So two questions now since I've clearly mixed the environments (and I'm quite new to bash):</div><div class="gmail_extra">1. How do I remove that symlink?</div>
<div class="gmail_extra">2. How do I build CPAN in the new environment?</div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks so much for the reply again.<br><br><div class="gmail_quote">On Sun, Apr 22, 2012 at 6:27 PM, Stephen J Alexander <span dir="ltr"><<a href="mailto:sjalexander@mpbx.com" target="_blank">sjalexander@mpbx.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It sounds like you might have mixed your perl environments, which might be an unhealthy thing. You should get rid of the symlink; it is liable to cause problems for you.<div>
<br></div><div>I suggest you determine whether cpan installed the XML::RSS under /usr/lib or /usr/local/lib:</div>
<div>     /usr/local/bin/perl -mXML::RSS -e ""</div><div>If that throws an error, that means that you're using the wrong cpan (from the /usr/ vs the /usr/local install)</div><div><br></div><div>In which case try the following to determine whether cpan is also in the new environment:</div>

<div>     /usr/local/bin/perl -mCPAN -e ""</div><div>If this throws errors then you need to build cpan for the new environment.</div><div><div><div><br></div><div><div><div>Regards,<br><br>Stephen J Alexander<br>

MPBX, LLC<br><a href="http://mpbx.com" target="_blank">http://mpbx.com</a><br><a href="tel:832-713-6729" value="+18327136729" target="_blank">832-713-6729</a><div><div class="h5"><br>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Apr 22, 2012 at 8:37 AM, Scott Sjodin <span dir="ltr"><<a href="mailto:scott.sjodin@gmail.com" target="_blank">scott.sjodin@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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>


<span><font color="#888888">
<div><br></div><div>Scott </div><div> </div>
</font></span></blockquote></div><br></div></div></div></div>
</div></div></div></div>
</blockquote></div><br></div>