Emre Çamalan'ın Kişisel Güncesi

Ben, sen sen olduğun için, benim!

perl: warning: Falling back to the standard locale (“C”). locale: Cannot set LC_ALL to default locale: No such file or directory

Ubuntuda alınan hata böyleyse ;

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_PAPER = "tr_TR.UTF-8",
	LC_ADDRESS = "tr_TR.UTF-8",
	LC_MONETARY = "tr_TR.UTF-8",
	LC_NUMERIC = "tr_TR.UTF-8",
	LC_TELEPHONE = "tr_TR.UTF-8",
	LC_IDENTIFICATION = "tr_TR.UTF-8",
	LC_MEASUREMENT = "tr_TR.UTF-8",
	LC_TIME = "tr_TR.UTF-8",
	LC_NAME = "tr_TR.UTF-8",
	LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_ALL to default locale: No such file or directory

Çözümü;

export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8
dpkg-reconfigure locales

 

, , ,

Bir yanıt yazın

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

*

Bu site, istenmeyenleri azaltmak için Akismet kullanıyor. Yorum verilerinizin nasıl işlendiği hakkında daha fazla bilgi edinin.