Find the answer to your Linux question:
Results 1 to 2 of 2
when i'm using apt-get to install a package, i'm recieving this errors: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_RO:en_US:en_GB:en", LC_ALL = ...
  1. #1
    Linux Newbie mindblast's Avatar
    Join Date
    Nov 2005
    Location
    iasi, RO
    Posts
    132

    errors when make install...

    when i'm using apt-get to install a package, i'm recieving this errors:

    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    LANGUAGE = "en_RO:en_US:en_GB:en",
    LC_ALL = (unset),
    LANG = "en_US"
    are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory


    what is the problem? and what could i do?

  2. #2
    Just Joined!
    Join Date
    Jan 2006
    Posts
    77
    install the locales package:

    Code:
    apt-get install locales
    and try again

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •