in reply to Encode:ConfigLocal Missing

Does anyone have ConfigLocal.pm

Clutching at straws .... when I search my ActivePerl installation for files matching /ConfigLocal/i the only hit I get is for perl\lib\Encode\ConfigLocal_PM.e2x. Could that be relevant to your problem ?

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: Encode:ConfigLocal Missing
by rkazak (Initiate) on Feb 03, 2011 at 03:45 UTC
    Hi,

    I too face the same problem. I think that the problem here is that the post install steps are not clear, there is more to do to setup this module ( Encode ).

    The code in the latest version of Encode.pm will ignore this file if it's not there.

    I tried to also run, as some people have suggested, enc2xs but get the following error.

    $ ../../../perl5.8/script/enc2xs -C require Encode; ... require Encode::CN::HZ; Warning: something's wrong at ../../../perl5.8/script/enc2xs line 1017 +. /scratch/rkazak/perl5.8/lib/5.8.9/Encode Generating /scratch/rkazak/perl5.8/lib/5.8.9/IA64.ARCHREV_0-thread-mul +ti-LP64/Encode/ConfigLocal.pm... $

    This generates a minimal file, which could be used I guess. I would like to know what the e2x files are for, they look like templates for setting up encodings? Maybe this is mostly a documentation issue?