Search: Advanced search |
Browse by category: |
| perl: warning: Setting locale failed. | |||||||||||||
email messages are stuck in the queue and when I click "retry" I get this error: perl
: warning: Setting locale failed. This means that your locale settings had LC_ALL set to ``En_US'' and LANG exists but has no value. Perl tried to believe you but could not. Instead, Perl gave up and fell back to the ``C'' locale, the default locale that is supposed to work no matter what. This usually means your locale settings were wrong, they mention locales your system has never heard of, or the locale installation in your system has problems (for example, some system files are broken or missing). For more info, go to: http://www.perl .com/doc/manual/html /pod/perllocale.html Locales inside VE Resolution So in this example /usr/lib/locale/en_US/LC_TIME and other files are missing. Fix 1
Fix 2
AcceptEnv LANG LC_* TO
so the default LC will be used. |
|||||||||||||