perl: warning: Please check that your locale settings:

ajax20

Verified User
Joined
Jul 16, 2014
Messages
142
Hello

Today I migrated to a new server. On installing DA, I encountered the following error:

Code:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "UTF-8",
	LANG = "C"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

I get the error every where when I want to issue a command. Please let me know how I can get rid of this error.

Regards
 
Hello

Today I migrated to a new server. On installing DA, I encountered the following error:

Code:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "UTF-8",
	LANG = "C"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

I get the error every where when I want to issue a command. Please let me know how I can get rid of this error.

Regards

I've got same issue with my Macbook - El Caption. The issue come from your terminal, you can fix it by uncheck "set locale environment variables on startup"

screen-shot-2012-07-10-at-17-30-14-pm.png


See more detail at: http://www.quangtam.info/2016/02/setting-locales-correctly-on-mac-osx.html
 
@ John. I think my problem had to do with my Macbook terminal. Thanks anyways.
 
Back
Top