Nginx源码浅析-源码编译

2016/10/03 - Nginx

nginx源码下载

https://github.com/nginx/nginx.git

openssl源码下载

在nginx源码目录下建立bundle目录并下载openssl最新源码 https://github.com/openssl/openssl

nginx(git-root-path)
    bundle
        openssl(git-root-path)
    my.configurae

my.configure文件

#!/bin/bash
    ./auto/configure \
    --sbin-path=/Users/yourhomework/nginx/nginx \
    --conf-path=/usr/local/nginx/nginx.conf \
    --pid-path=/usr/local/nginx/nginx.pid \
    --with-http_ssl_module \
    --with-openssl=bundle/openssl \
# --with-pcre=/usr/local/Cellar/pcre/8.39 \
# --with-zlib=../zlib-1.2.11 \
./my.configure&&make

如果文章对您有帮助,欢迎扫描下方二维码赞助(一分也是爱噢),谢谢

Search

    一分也是爱噢 一分也是爱

    目录