【问题标题】:error when installing nginx from source with ssl support使用 ssl 支持从源安装 nginx 时出错
【发布时间】:2015-12-23 06:53:37
【问题描述】:

我正在尝试在我的 ubuntu 15.10 设置中从支持 ssl 的源代码安装 nginx 1.7。

这里是配置命令:

./configure --user=www --group=www --prefix=/usr/local/nginx --with-http_ssl_module --with-http_stub_status_module

configure没有报错,但问题来自make:

似乎和openssl有关。 我检查我是否安装了 openssl、libssl-devel、libssl1.0.0

如何解决这个人?

谢谢。

韦斯利

【问题讨论】:

  • 在旧版本中甚至没有提到 1.7,最后一个稳定版是 1.8 ;我会用 1.8 再试一次(见 nginx.org/en/download.html )。顺便说一句,你在使用 gcc 吗?指针“签名”通常是一个警告,在最坏的情况下。
  • 谢谢。可能openssl版本对nginx 1.7来说太高了,我换了1.8现在一切正常了。

标签: ssl nginx


【解决方案1】:

NGIИX 1.7 版似乎并不可靠

  • 它不在NGIИX download 的旧版本中列出
  • 最后一个稳定版本是 1.8

因此,您应该使用最新的稳定版本 1.8 重试。

【讨论】:

    猜你喜欢
    • 2020-09-02
    • 1970-01-01
    • 2015-03-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-11-15
    • 1970-01-01
    相关资源
    最近更新 更多