On Sun, Jun 15, 2008 at 07:20:32AM -0700, F. Caulier wrote:
> I get the following when I (as root and standard user)
> execute pkg_info, pkg_add or pkg_delete with Xorg on:
>
> # pkg_info
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
> LC_ALL = (unset)
> LC_CTYPE = "en_US.UTF-8",
> LANG = (unset)
> are supported and installed on your system.
> perl: warning: Falling back to standard locale ("C").
I had the same problem. See http://perldoc.perl.org/perllocale.html .
But I havn't used that site for my solution. I found a workaround:
# ln -s /usr/share/locale/en_GB.ISO8859-1 /usr/share/locale/en_US.UTF-8
> The point is that, I didn't changed anything related
> locales and I couldn't find any config files where
> these locales are specified. So I'm wondering why this
> problem appears if I didn't change anything.
Me too.
Pieter Verberne