Hello soso_ynak. There are several problems here - I will try to explain.

Firstly, your paths suggest that you are using version 5.10.1 of Perl. This is very old indeed. It is so old that I'm unaware of any supported operating system which ships with it any more. It may be that your hosting company's O/S is out of date in which case you might ask them to move you to a supported server instead (and that might solve a lot of the problems).

Secondly, Encode is in core which means it ships with Perl itself. Modifying the versions of core modules without moving to the associated version of Perl may cause problems. You might be lucky but then again you might not.

Finally, Encode is an XS module which means that even if you get the source onto the server and some means to install it you will still either need access to a C compiler on the server or else you will have to cross-compile it, neither of which will likely be easy.

In your position I would contact the hosting company and ask to be moved to a modern O/S with a recent version of Perl and take it from there.


🦛


In reply to Re: Using a different module version than the one installed by hippo
in thread Using a different module version than the one installed by soso_ynak

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.