رفع خطای perl: warning: Setting locale failed. در ubuntu
گاهی اوقات هنگام نصب پکیج های مختلف بر روی سیستم عامل ubuntu با پیغام خطای زیر روبرو میشویم که البته این خطا بیشتر در ubuntu server رخ میدهد. چنانچه با این خطا مواجه شده اید و درحال حاضر به دنبال راه حل مناسبی میگردید، تا انتهای این آموزش با ما همراه باشید.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
royaei@asterisk:~$ perl -v perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_PAPER = "fa_IR", LC_ADDRESS = "fa_IR", LC_MONETARY = "fa_IR", LC_NUMERIC = "fa_IR", LC_TELEPHONE = "fa_IR", LC_IDENTIFICATION = "fa_IR", LC_MEASUREMENT = "fa_IR", LC_TIME = "fa_IR", LC_NAME = "fa_IR", LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). This is perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux-gnu-thread-multi (with 41 registered patches, see perl -V for more detail) Copyright 1987-2013, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. |