[root@bogon nginx-1.12.2]# make -j 4 && make install
make -f objs/Makefile
make[1]: 进入目录“/opt/download/nginx-1.12.2”
cd /usr/lib64/openssl \
&& if [ -f Makefile ]; then make clean; fi \
&& ./config --prefix=/usr/lib64/openssl/.openssl no-shared \
&& make \
&& make install_sw LIBDIR=lib
/bin/sh:行2: ./config: 没有那个文件或目录
make[1]: *** [/usr/lib64/openssl/.openssl/include/openssl/ssl.h] 错误 127
make[1]: 离开目录“/opt/download/nginx-1.12.2”
make: *** [build] 错误 2