[root@ecs-395603 nginx-1.22.0]# make
make -f objs/Makefile
make[1]: Entering directory '/usr/local/src/nginx-1.22.0'
cd ../openssl-1.1.1q \
&& if [ -f Makefile ]; then make clean; fi \
&& ./config --prefix=/usr/local/src/nginx-1.22.0/../openssl-1.1.1q/.openssl no-shared no-threads \
&& make \
&& make install_sw LIBDIR=lib
Operating system: x86_64-whatever-linux2
You need Perl 5.
make[1]: *** [objs/Makefile:1258: ../openssl-1.1.1q/.openssl/include/openssl/ssl.h] Error 1
make[1]: Leaving directory '/usr/local/src/nginx-1.22.0'
make: *** [Makefile:10: build] Error 2
[root@ecs-395603 nginx-1.22.0]#