J'ai un service qui
s'appelle ddclient et qui va mettre � jour l'adresse associ�e � mon nom de
domaine dynamique sur dyndns.org
Quand je le pars,
voici ce qui appara�t:
Starting ddclient:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "fr_CA:fr",
LC_ALL = (unset),
LC_MESSAGES = "fr_CA",
LC_TIME = "fr_CA",
LC_NUMERIC = "fr_CA",
LC_CTYPE = "fr_CA",
LC_MONETARY = "fr_CA",
LC_COLLATE = "fr_CA",
LANG = "fr_CA"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Please check that your locale settings:
LANGUAGE = "fr_CA:fr",
LC_ALL = (unset),
LC_MESSAGES = "fr_CA",
LC_TIME = "fr_CA",
LC_NUMERIC = "fr_CA",
LC_CTYPE = "fr_CA",
LC_MONETARY = "fr_CA",
LC_COLLATE = "fr_CA",
LANG = "fr_CA"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Est-ce que �a peut
avoir une incidence sur l'ex�cution du code? Et comment palier � ce probl�me. Je
ne connais pas du tout perl.
