the pair of quotes are necessary after the -e (null argument - but it needs an argument in any case). If there's an error it'll exit without the -e "",  but without an error it'll just sit there waiting for you. The -e is not important in the grand scheme of things.<div>
<br></div><div>to remove the symlink, just "rm /usr/bin/perl" -- but note that CentOS might want there to be a perl there (i'm not sure about dependencies in that OS), so you may just as well "<span style>mv /usr/bin/perl58 /usr/bin/perl" to undo what you'd done earlier.</span></div>
<div><br></div><div>To build cpan is a bit involved and somewhat off topic here so I'll refer you to the documentation on <a href="http://www.cpan.org">http://www.cpan.org</a>, but you may not need to build it... check first to see if it came with your perl installation by attempting to run "/usr/local/bin/cpan" - if this works, then you're off the hook. Just make sure to run cpan and perl with the fully-qualified path instead of just the command name.</div>
<div><br></div><div>Also, when it comes time to install RT, I think you will have to specify that perl is located at /usr/local/bin/perl instead of /usr/bin/perl</div><div><br>Regards,<br><br>Stephen J Alexander<br>MPBX, LLC<br>
<a href="http://mpbx.com" target="_blank">http://mpbx.com</a><br>832-713-6729<br>
<br><br><div class="gmail_quote">On Sun, Apr 22, 2012 at 12:39 PM, Scott Sjodin <span dir="ltr"><<a href="mailto:scott.sjodin@gmail.com">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">
<div class="gmail_extra">Stephen,</div><div class="gmail_extra"><br></div><div class="gmail_extra">I figured out I was doing the bash command incorrectly.</div><div class="gmail_extra"><br>I navigated to 
 /usr/local/bin/ and executed perl -mXML::RSS (without the -e) and it gave the following error:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><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">

Can't locate XML/Parser.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.12.1/i686-linux-thread-multi /usr/local/lib/perl5/site_perl/5.12.1 /usr/local/lib/perl5/5.12.1/i686-linux-thread-multi /usr/local/lib/perl5/5.12.1 .) at /usr/local/lib/perl5/site_perl/5.12.1/XML/RSS.pm line 7.<br>

BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12.1/XML/RSS.pm line 7.<br>Compilation failed in require.<br>BEGIN failed--compilation aborted.</blockquote><div><br></div><div>I tried the other command but nothing results. With the -e it gives the "no code specified for -e" error. The same two questions from earlier still apply though.</div>

<div><br></div><div>Any help is appreciated, thanks for what you've assisted with so far.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Scott</div></font></span><div><div class="h5"><br><div class="gmail_quote">
On Sun, Apr 22, 2012 at 9:15 PM, 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"><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.<div><div><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><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></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>