Hello Perl Masters, I need to install 18N::Langinfo which is a prerequisite of XBRL and some other modules. Several minutes after I enter "force install 18N::Langinfo" under cpan, the following error message pop up. ”Unsupported 16-bit Application… configure.com cannot start or run due to incompatibility with 64-bit versions of Windows. Please contact the software vendor to ask if a 64-bit Windows compatible version is available.” Any ideas on the issue? Thanks a lot.

This is what I get

$ cpanm I18N::Langinfo skipping R/RJ/RJBS/perl-5.20.0.tar.gz $ corelist I18N::Langinfo Data for 2014-07-20 I18N::Langinfo was first released with perl v5.7.3

See also Distributions which depend on I18N::Langinfo - metacpan.org

So I wouldn't try to force install it, that means force installing the latest perl version ... I'm quite happy with the portable citrusperl 5.16.1 on my old windows machine

Whatever perl you have, it already comes with I18N::Langinfo, don't need to install it


In reply to Re: "cpan force install I18N::Langinfo" failure by Anonymous Monk
in thread "cpan force install 18N::Langinfo" failure by brilamhk

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.