首页 > 其他 > 详细

openssl not found 离线安装的openssl问题

时间:2021-01-30 18:07:35      阅读:32      评论:0      收藏:0      [点我收藏+]

离线安装问题

正常我们在Linux中按照 nginx的openssl依赖都是通过 yum来安装的,但是由于一些特殊的服务器公司不让服务器连接互联网,所以就导致我们必须通过离线方式来进行安装,但是我们离线安装成功后还是通过nginx传统步骤进行https的配置,此时configure nginx时就会出现找不到openssl。离线方式安装的openssl在configure Nginx时需要指定我们openssl的安装位置

./configure --prefix=/usr/local/nginx --with-http_ssl_module --with-openssl=/home/app/openssl-1.1.0k

--with-openssl 表示指定的我openssl安装的位置

openssl not found 离线安装的openssl问题

原文:https://www.cnblogs.com/easonchean/p/14349605.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!