On Sun, Feb 02, 2003 at 12:36:50PM +0100, Nicola Tiling wrote:
> Ich brech mir noch die Ohren ab - was unter Mandrake-Linux klappt will
> mir unter FreeBSD nicht gelingen: lokale Einstellungen für Perl zu
> setzen
> 
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
>         LC_ALL = (unset),
>         LC_TIME = "de_DE",
>         LC_MONETARY = "de_DE",
>         LC_CTYPE = "de_DE",
>         LC_COLLATE = "C",
>         LC_MESSAGES = "de_DE",
>         LC_NUMERIC = "de_DE",
>         LANG = "de_DE"
>     are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").
Versuch's mal mit der vollständigen Locale:
| $ LANG=de_DE.ISO8859-1 perl -le 'print "blub"'
Mandrake hat wahrscheinlich symbolische Links von de_DE
auf die richtigen Namen.
-- Marxpitn To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Sun 02 Feb 2003 - 13:07:49 CET