Re: locale problem when setting up a chroot using debootstrap
On Mon, Aug 17, 2009 at 07:31:04AM +0100, andy baxter wrote:
> Thanks a lot. I was trying to find something like that using dpkg -l and
> apt-cache search, but obviously missed it.
>>> some packages (e.g. mc), there are a load of errors which seem to be
>>> to do with locales. Perl (I think) is saying something like check
>>> that the right locale is installed for the language code you have
>>> configured (en-GB). (Its hard at the moment to give the exact error
I do not know your version but I remember perl used to print useless
warnings if they are not run under LANG=C. I.e. en_GB.UTF-8 could be
the source of issue. You can quiet them by running program as
# LANG=C <somecommand>
Osamu
Reply to: