I recently downloaded MIME-Base64-3.07. I went through the usual steps of perl Makefile.PL, make, make test, sudo make install. Everything seems ok, including the tests, but upon attempting to use the module, I receive a 'cannot find module Base64.pm in $INC...' message. I have also tried to install it through CPAN with the result 'MIME::Base64 is up to date', but still unusable. I installed it on a second machine, with identical outcomes. Perl is 5.8.8, one on Ubuntu and the other on RedHat.
PerlMonks, may you be able to shed some light on this.
I have also tried the four ways to modify @INC, with the same results.
UPDATE: This is quite strange, and I know I will be sweeping the floors of the Monastery for years because of it, but after a reboot (next day of work) the module *is* working perfectly. Is it necessary to reboot the machine? I doubt it. But it isn't me either, because a script written yesterday didn't work and now (after reboot) is running like it should. I did something different today.
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.