nginx 无法启动:不支持 libGeoIP.so.1 的 Verneed 记录

nginx 无法启动:不支持 libGeoIP.so.1 的 Verneed 记录

我在 Ubuntu 14.04.4 LTS 服务器上运行 nginx 已有一年多,没有出现任何问题。然而,几天以来,nginx 加载失败(access.log 显示最后一次连接是 2016 年 6 月 13 日)。nginx -t 的输出显示以下错误:

nginx: error while loading shared libraries: /usr/lib/x86_64-linux-gnu/libGeoIP.so.1: unsupported version 0 of Verneed record

我不记得对系统做过任何更改。但是,我启用了 UnattendedUpgrades。删除并重新安装 nginx(apt-get remove nginx)也无法解决问题。有人知道我该如何继续调试吗?

相关内容