perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "zh_US"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
这是编译器的内码不支持zh_US的缘故,您在编译前,先
export LC_ALL=en_US
export LANG=en_US