nginx-1.12.1 + openssl-1.1.0f 静态编译

来源:互联网 发布:淘宝卖明星同款 编辑:程序博客网 时间:2024/05/20 20:48

目录 --- 

                nginx-1.12.1

                openssl-1.1.0f

                zlib-1.2.11

                pcre-8.40


cd ./nginx-1.12.1

静态编译安装nginx+openssl命令

./configure --prefix=/usr/local/nginx --pid-path=/usr/local/nginx/nginx.pid --with-http_ssl_module --with-openssl=../openssl-1.1.0f --with-zlib=../zlib-1.2.11 --with-debug --with-file-aio --with-threads --with-pcre=../pcre-8.40