The system reacted oddly in not recognizing my logged-in status, so I want to reprint the problem-request
------
Several of our apps relied on MIME::Base64 class. Our hosting admins (outside our control) upgraded modules, and now the 'use' reference, namely
use MIME::Base64;
breaks the process with the following error
-->
MIME::Base64 object version 3.01 does not match bootstrap parameter 3.05 at /usr/lib/perl/5.8/DynaLoader.pm line 245.
-->
A new version of the package does indeed uses version of 3.05, we checked that.
This has broken down two of our major apps on the Web. We are waiting for them to resolve this but meanwhile:
1. Is there anything we as a user can do to correlate these two versions, 3.01 vs 3.05 by overriding these parameters locally?
2. What should they (the admins) do to fix this problem in their installation (some config files), in case "they are not really sure" :>))?
3. If the worst comes to the worst and this impossibility drags on, do you know a pure Perl implementation of Base64.encode_base64 routine. We do have its .XS implementation but it is not reliably portable into Perl which we can add to our code set until this mishap is resolved?
Thanks.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.