解决perl: warning: Please check that your locale settings

report error

Environment: centos 8
php 8

/usr/local/webservice/php82/bin/phpize reports an error:

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

solve

export LC_ALL=C

Guess you like

Origin blog.csdn.net/gusijin/article/details/129482969