This is way off topic and in no way related to any questions or issues you raise (hi Ovid!), but....

I recently inherited a WebCT server. It's at least one release out-of-date, and is unequivocally reliant on Perl v5.05. I discovered this when I upgraded Perl to v5.6.1. Within 5 minutes of the upgrade the phone calls (aka complaints) came pouring in. There was much wailing and nashing of teeth. Of course, no one thought to ask me what happened, because I'd only been on the job for about 2 weeks and, of course, couldn't possibly know what the problem might be.

Fortunately, the server runs RedHat, so Perl lives in /usr/bin. I had performed a default v5.6.1 install, so it was in /usr/local/bin. I removed /usr/bin/perl and set up a symbolic link to /usr/local/bin/perl. Correcting the problem was as easy as downloading the v5.05 RPM and reinstalling it.

Now, WebCT uses /usr/bin/perl and everything else on that server points to /usr/local/bin/perl. While I'd like to upgrade WebCT (solely for the purpose of running only one version of Perl), everyone is currently happy and I'm still amazed that no one pinpointed me as the sole point of failure on the whole gig.

Stupid and lucky. That's me.

If things get any worse, I'll have to ask you to stop helping me.


In reply to (shockme) Re: Seeking advice to fix an app that I have no control over by shockme
in thread Seeking advice to fix an app that I have no control over by E-Bitch

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.