Hi all, today I had some runtime problem with perl, I don't remember exactly the message/warning anyway I searched a bit and I discover it was caused by a version mismath between perl and his compiled libraries, it was certainly feasible because my os was upgrade and I had installed some libraries with CPAN. Anyway I searched a bit on internet and without deeping further I tried to recompile the dynamic libraries with cpan -r It had compiled against a lot of libraries (I discover after launching the command it was reading @INC to evaluate all the libraries) I run the command as a normal user (not in the wheel group and without posix capabilities set) I'm wondering if the impacted libraries was written only in my home directories ~/perl5/lib*. Now I'm experiencing some random crash of perl process. Is there a way to revert the recompilation? Is it enough to drop the libraries in my home directories? Is there any tracks of the cpan recompilation process (some log/history)? Regards Luca

In reply to dynamic module recompilation by luca31

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.