美文网首页
Perl is error: perl: warning: Se

Perl is error: perl: warning: Se

作者: keaidelele | 来源:发表于2018-06-13 18:57 被阅读10次

That is to say the system could not recognize the Chinese Language version of perl.

We should download the Chinese version of it.

Here is the reliable method to solve this problem:

https://blog.csdn.net/permike/article/details/54576417

  1. Test with following command:
perl -e exit

Enter and the error output:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "zh_CN.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
  1. Install Chinese language in the system
apt-get install language-pack-zh-hans

相关文章

网友评论

      本文标题:Perl is error: perl: warning: Se

      本文链接:https://www.haomeiwen.com/subject/yrlseftx.html