表现:编译过程中出现提示:Can’t locate FindBin.pm in @INC ,随后又提示:This system (linux-x86_64) is not supported. See file INSTALL for details.
原因:可能之前卸载过 perl 组件;
解决方法:
1、Redhat Enterprise Linux、CentOS、Rocky Linux等系统可以执行以下指令安装 perl 解决:
sudo yum install perl -y
2、Debian、Ubuntu等系统可以执行以下指令
sudo apt-get install perl
安装 perl 后可以试试再次编译 nginx 。