在FC7 上运行 sa_server.sh ,出现以下问题:
[root@linux init.d]# perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US:en"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
以上问题是由于 操作系统环境变量设置不当引起的,可参考:
http://www.perl.com/doc/manual/html/pod/perllocale.html
解决