gpt4 book ai didi

nginx - 使用 apt-get install nginx 后重新编译 nginx

转载 作者:行者123 更新时间:2023-12-04 16:00:34 24 4
gpt4 key购买 nike

我最初是通过 apt-get install 安装 nginx。它工作得很好。现在,我想安装一些 3rd 方模块,我必须重新编译 nginx。所以我尝试重新编译。它经历了这些 Action ,然后我意识到我的原始版本仍然是正在使用的版本。

我是否需要先卸载我的 nginx 原始副本才能正确安装另一个?

我的安装标志:
--conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --pid-path=/var/run/nginx.pid --lock- path=/var/lock/nginx.lock --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/body -- http-proxy-temp-path=/var/lib/nginx/proxy --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --with-debug --with-http_stub_status_module --with-http_flv_module - -with-http_ssl_module --with-http_dav_module --with-http_gzip_static_module --with-http_realip_module --with-mail --with-mail_ssl_module --with-ipv6 --add-module=/usr/src/gnosek-nginx-upstream -fair-5f6a3b7 --add-module=/usr/src/mod_strip

最佳答案

您不需要先卸载 apt-get 版本,但这是一个好主意,这样您就不会在将来无意中使用“apt-get update”或类似的系统更新来检查您的自定义重新编译。

您的重新编译可能无法正常工作有几个原因。安装程序是否具有覆盖现有文件的正确权限? .configure 是否将编译后的二进制文件放在与 apt-get 相同的位置? (--sbin-path=/where-you-want-it-installed on .configure, if not/sbin/nginx) 重新编译时 nginx 是否正在运行?安装程序可能无法覆盖打开的文件。 (你已经重新启动了 nginx,对吗?)也许还有别的东西,但这就是我开始寻找的地方。

关于nginx - 使用 apt-get install nginx 后重新编译 nginx,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9537426/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com