Vinayan Benedict <vinayan.benedict@???> (Mi 29 Aug 2007 09:44:24 CEST):
> Heiko Schlittermann wrote:
> > Vinayan Benedict <vinayan.benedict@???> (Fr 24 Aug 2007 11:08:36
> > CEST):
> >
> >> Hi,
> >>
> >> While I am attempting command exim -qff&
> >> Following error displays
> >>
> >> perl: warning: Please check that your locale settings:
> >> LANGUAGE = "es_ES:es:en_GB:en",
> >> LC_ALL = "es_ES.iso885915@euro",
> >> LANG = "en_GB"
> >> are supported and installed on your system.
> >> perl: warning: Falling back to the standard locale ("C").
> >>
> >
> > Probably you've perl linked into your exim? Or your exim command is a
> > wrapper using perl? Some more OS details could help.
> >
> > perl -v
> >
> > will probably expose the same behaviour (just doublecheck it).
> >
> > I'd guess you've missing locales: LANG / LC_* vars set, but no locales
> > information installed. I see two ways out: either unset all LC_* and LANG
> > variables (or set them to "C") or install some locales package (on
> > Debian it's just: 'aptitude install locales').
> >
> > Best regards from Dresden
> > Viele Grüße aus Dresden
> > Heiko Schlittermann
> >
> Hi,
>
> I tried Perl -V, but it shows no errors.
$ Perl -V
-bash: Perl: command not found
So - please be somewhat more precise about your commands. I asked for
$ perl -v
(2 differences to be found :)
> aptitude install locales
What is about the result from
$ locale
?
--
Heiko