First some background; I run Manjaro Linux at home. I don't do much perl development lately, but today I got an idea to find a new module on cpan recents and code something with it.

Well, the module install didn't go so well. cpan complained with Magic.c: loadable library and perl binaries are mismatched (got handshake key 0xcd00080, needed 0xeb00080)

I use local::lib, and have since I learned about it in this perl advent post

I'm currently updating all modules now and I'm seeing a slew of mismatch errors stream across the screen. Does this "mismatch" happen because Manjaro is managing my system perl, and because I don't keep my locallibs up to date, there are now inconsistencies between my system perl and the version of perl some of these modules were installed against?

Monks on operating systems with rolling updates, how are you keeping your perl environments clean, consistent and up to date? And is your primary perl a) the system perl with local::lib, b) perlbrew, c) a custom/standalone perl install in your $HOME or d) something else?

Thanks.


In reply to How do you run Perl on _your_ system? by silent11

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.