我是靠谱客的博主 苗条哈密瓜,最近开发中收集的这篇文章主要介绍python 源码编译 without_linux源码编译问题 --with-module 和--without-module的设计有什么意义...,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

nginx源码编译安装的时候看到./configure --help有些不太明白

--with-http_ssl_module enable ngx_http_ssl_module

--with-http_v2_module enable ngx_http_v2_module

--with-http_realip_module enable ngx_http_realip_module

--with-http_addition_module enable ngx_http_addition_module

--with-http_xslt_module enable ngx_http_xslt_module

--with-http_xslt_module=dynamic enable dynamic ngx_http_xslt_module

--with-http_image_filter_module enable ngx_http_image_filter_module

--with-http_image_filter_module=dynamic

--with-select_module enable select module

--without-select_module disable select module

--with-poll_module enable poll module

--without-poll_module disable poll module

以上的 http_ssl模块,http_v2模块 都需要指定在 ./configure 后才能添加使用该功能吗?

如果所有的--with 都是需要指定在 ./configure 后面编译才能使用,那 --without还有什么意义?

比如上面的select_module,如果需要 ./configure --with-select_module指定才能编译使用,那--without-select_module 这个编译配置选项有什么意义?

最后

以上就是苗条哈密瓜为你收集整理的python 源码编译 without_linux源码编译问题 --with-module 和--without-module的设计有什么意义...的全部内容,希望文章能够帮你解决python 源码编译 without_linux源码编译问题 --with-module 和--without-module的设计有什么意义...所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(66)

评论列表共有 0 条评论

立即
投稿
返回
顶部