Nginx install module from source, after it been installed from repository

I have installed the mainline version of Nginx using the Lauchpad PPA Respositiy on ubuntu 16.04 LTS a few week ago, using: add-apt-repository ppa:nginx/development

I would like to install a module into it, however, it needs to be installed from source and is not available using apt-get.

If I download the same version of Nginx that is installed on my server and install the module from source.

Will this affect what has already been installed, or will it work s before but with the new module?

Thanks


我决定重建它的所有来源,谢谢你的回复


它不会影响,但你可能会遇到冲突版本的风险,特别是考虑到ppa:nginx/development是开发分支。

链接地址: http://www.djcxy.com/p/95194.html

上一篇: 在MySQL中对口音不敏感的搜索查询

下一篇: Nginx从源代码安装模块,在从存储库安装之后