Hi Monks

So the start of this story is that ten years ago I switched from Linux to Windows to take advantage of certain software I needed. But the latest Windows 10 of April 2018 hit me on Wednesday with a catch 22 bug. It wouldn't update owing to obsolete SDIs but when I removed those from the registry I couldn't log back in because the upgrade had mad Windows dependent on them. So it's goodbye Windows forever now and time to catch up on the latest Linux distros - in any case, my Perl/Postgres project was destined to be migrated to linux at some time.

I started with Linux Mint, where using vim I grepped all the C:/Users/simon -> /home/simon and similarly with all the locations of postgres tools which my test suite needs to run to refresh the test env.

After successfully installing one module needed by cpanm, it wouldn't install Term::ReadKey. It appeared that cc wasn't working in spite of pointing to gcc. But because the latest gcc was already delivered with Mint, I would have to manually configure /usr/bin/cc to point to /usr/bin/gcc. One cursory effort and a can of worms opened up - much more is needed to configure cc to use gcc it seems and I don't want to overhack my distro.

So the next distro to try, Ubuntu escaped the problem by an ironic means: because it had an older gcc delivered, I was able to simply do a clean install of gcc and everything was hunky dory for perl installations.

But it seems a shame to ditch Mint with its nice UI over this. Anyone had similar experiences?

Thanks!

One world, one people


In reply to problem installing perl modules under Linux Mint by anonymized user 468275

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.