<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 30, 2013 at 8:43 PM, CLOSE Dave <span dir="ltr"><<a href="mailto:Dave.Close@us.thalesgroup.com" target="_blank">Dave.Close@us.thalesgroup.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Robert Nesius wrote:<br>
<br>
> Are you using the system perl?   If so, I'd try installing the<br>
> version of perl that was on your old machine with perlbrew, update<br>
> its modules as necessary, and have RT run over that perl.<br>
<br>
Yes, I am using the system Perl. I suspect your idea is exactly what I<br>
was missing. Thanks.<br></blockquote><div><br></div><div>You're welcome.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Surprisingly, at least to me, I hadn't heard of perlbrew. I think that's<br>
a great idea and I'm getting it installed now. But since RT doesn't run<br>
as an "application" but simply as a series of Apache pages and CGI<br>
scripts, I'm wondering how to get it to use the older Perl. I don't want<br>
Apache to use the old version for other pages. Any ideas?<br></blockquote><div><br></div><div>I have apache invoke RT via fastcgi.  Somewhere in the fastcgi/apache2 configs I define which perl to use I think.  </div><div>
<br></div><div>I generally avoid using modperl because perl-based web-apps don't always agree on what they want in their perl environment.  That also starts to brush into similar config-issues as what you're experiencing with perl.  If you use your distro's apache2 then chances are your modperl is running against the system perlenv as well.  It's possible to provision your own modperl built against your own perl and configure the distro-provided apache2 to use it.  I actually did that once and found it to be a bit of a hassle.  I've found using the distro-provided apache2 and provisioning my own perls to be the best compromise between stability and convenience. </div>
<div><br></div><div>It's been awhile since I set up my RT env but I can dig in the configs tomorrow if you still need a hand.</div><div><br></div><div>-Rob</div><div><br></div></div></div></div>