Fixing Memcached Problem in Ubuntu Natty


When restarting Memcached service, suddenly i got this kind of error :

1
2
3
4
5
6
7
8
Restarting memcached: perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
memcached.

After googling for a while, i got the solution is :

1
sudo apt-get install language-pack-en-base

Kudos to http://bookmarks.honewatson.com/2009/05/30/perl-warning-please-check-that-your-locale-settings-ubuntu/


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.