>>>>> On Tue, 3 Jun 2003 11:34:34 +0200, "samuel tenon" <[EMAIL PROTECTED]> said:
> hi, last question :
> where can i erase this problem whan i'm doing fai-setup :
> "perl: warning: Setting locale failed. perl: warning: Please
> check that your locale settings:
> LANGUAGE = (unset), LC_ALL = (unset), LANG = "fr_FR.ISO-8859-1"
> are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C"). "
When using a bourne shell
# LC_ALL=C fai-setup
when using a csh or tcsh
# setenv LC_ALL C
# fai-setup
--
regards Thomas