« | July 2025 | » | 日 | 一 | 二 | 三 | 四 | 五 | 六 | | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | | | |
| 公告 |
戒除浮躁,读好书,交益友 |
Blog信息 |
blog名称:邢红瑞的blog 日志总数:523 评论数量:1142 留言数量:0 访问次数:9680482 建立时间:2004年12月20日 |

| |
[linux]linux下编译nginx 原创空间, 文章收藏, 软件技术, 电脑与网络
邢红瑞 发表于 2009/6/10 13:50:31 |
感谢华仔的帮助
bzip2 -d pcre-7.8.tar.bz2 tar -vxf pcre-7.8.tarcd pcre-7.8./configure makemake install
nginx installcd /usr/local/srctar -zxvf nginx-0.7.43.tar.gzcd /usr/local/src/nginx-0.7.43 ./configure --prefix=/usr/local/server/nginx --with-cc-opt="-I /usr/include/pcre -I /usr/include/openssl" --with-debug --with-http_stub_status_module --with-http_ssl_module --with-http_realip_module --with-http_ssl_module --with-http_perl_module --with-http_stub_status_module
|
|
|