当前位置: 首页 > article >正文

【openssl】 version `OPENSSL_3.0.3‘ not found 问题

【openssl】 version `OPENSSL_3.0.3' not found 问题


使用openssl时候报错:

openssl lib/libcrypto.so.3: version `OPENSSL_3.0.3' not found

查阅CSDN发现有博主说把别的地方的libcrypto.so.3 复制过去就好了。
尝试无效

警告!这个操作不对:
不要复制不要复制不要复制!!!!

接下来定位问题,定位到issue:

[lib64/libcrypto.so.3: version `OPENSSL_3.0.3' not found · Issue #19801 · openssl/openssl](https://github.com/openssl/openssl/issues/19801)

https://github.com/openssl/openssl/issues/19801

Do you have two OpenSSL installs? It appears that you have the Fedora OpenSSL libraries in /lib64 and a local install in /usr/local/lib64. _The linux loader won't pick up libraries from the current directory._

You don't indicate which openssl is in use: `which openssl`. If you have `/usr/local/bin` before `/usr/bin` in your `${PATH}`, then you are picking up the local install binary, but it's finding the system installed libraries in `/lib64`. If you want to use the local installed libraries, you may need to update `ldconfig` and/or set the `LD_LIBRARY_PATH=/usr/local/lib64`.  
e.g.

LD_LIBRARY_PATH=/usr/local/lib64 /usr/local/bin/openssl help

vs.

/usr/bin/openssl help

这个问题一般是在自带的openssl外又安装了新版本的openssl引发的,系统不能很好区分两个安装的目录依赖。需要进行环境变量的设置

linux下编辑~/.bashrc文件

export PATH="/usr/local/bin:$PATH"  
export LD_LIBRARY_PATH="/usr/local/lib64:$PATH"

如果报错的文件夹是lib那就把lib64改成lib即可

source ~/.bashrc

让配置生效

bash中输入

openssl version

测试状态,无报错即成功


http://www.kler.cn/a/444006.html

相关文章:

  • 【模型压缩】原理及实例
  • CSDN外链失效3:
  • Android Studio AI助手---Gemini
  • c++ ------语句
  • 内置函数.
  • 内网IP段介绍与汇总
  • conda-pack迁移虚拟环境
  • 【Qt】qt安装
  • 计算机网络知识点全梳理(三.TCP知识点总结)
  • xhr和Ajax
  • 免费获取宠物商城源码--SpringBoot+Vue宠物商城网站系统
  • apisix转发websocket
  • 【ArcGIS Pro】做个宽度渐变的河流符号
  • 如何使用arping命令检测IP地址冲突?
  • Windows部署Docker及PostgreSQL数据库相关操作
  • CSS中的深度选择器 deep 详解
  • canal详解及demo
  • 如何防范网络安全攻击,防止敏感数据被恶意窃取?
  • 【信息系统项目管理师-论文真题】2018下半年论文详解(包括解题思路和写作要点)
  • PaddlePaddle推理模型利用Paddle2ONNX转换成onnx模型
  • 使用phaser打僵尸游戏
  • Google Chrome浏览器安装到其它盘的方法
  • 小红书飞书素材库 | AI改写 | 无水印下载 | 多维表格 | 采集同步 | 影刀RPA
  • OpenCV函数及其应用
  • 大模型与呼叫中心结合的呼入机器人系统
  • jquery虚拟键盘插件jqkeyboard