Encode object version 2.68 does not match bootstrap parameter 2.87

Version 2.87 of Encode.pm is being found ok, but the Encode.dll for version 2.87 is not being found.
If version 2.87 of Encode.pm is in the "..\lib_ext" folder, then its Encode.dll should be found in the ..\lib_ext\auto\Encode folder.

That dll is not part of the Encode source distribution. It gets created when you build the Encode module by running "perl Makefile.PL", then "make test". (It would then normally be installed into the correct location when you run "make install".)
If you haven't done the build, then the required Encode.dll won't even exist and Encode will be unusable.
You need to build that dll, and get it placed in the correct location.

UPDATE: I assumed that the server running the Perl CGI scripts was on a Windows system. On re-reading the original post I now realize that might not be so. Is the server running on MicroSoft Windows ?

Cheers,
Rob

In reply to Re: Using a different module version than the one installed by syphilis
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.