首页 > 其他分享 >ImportError: /usr/1ib64/1ibldap,so,2: undefined symbol: EVP-md2, version OPENSSL_1_1_0

ImportError: /usr/1ib64/1ibldap,so,2: undefined symbol: EVP-md2, version OPENSSL_1_1_0

时间:2023-04-10 16:55:08浏览次数:31  
标签:ssl3 enable undefined 1ib64 ImportError openssl mdc2 so md2

问题:

升级openssl后,依赖库显示还是使用旧的版本

修改ld.so.conf使得库指向最新的版本了,但yum会报错一个函数缺失的错误,像是python没有对应依赖库。

 

 

 解决:

./config shared enable-ssl3 enable-ssl3-method enable-mdc2 enable-md2 --prefix=/opt/openssl-1.1.1t

重新编译openssl,编译时带上参数 enable-mdc2,解决问题

./config shared enable-ssl3 enable-ssl3-method enable-mdc2 enable-md2 --prefix=/opt/openssl-1.1.1t

 

标签:ssl3,enable,undefined,1ib64,ImportError,openssl,mdc2,so,md2
From: https://www.cnblogs.com/justtosee/p/17303465.html

相关文章

  • Cannot read properties of undefined (reading 'offsetWidth') 报错的解决
    今天在运行后台系统时突然发现报以上错误,百思不得其解,因为最近并没有修改过该页面。 源代码如下: 最开始以为是不是用法改了,查询并尝试了许久,并没有什么用,同时发现出现一个css找不到的报错:  猜测是否引用elementplus样式版本文件不对。因为昨天有吧node_module删了,更......
  • cramfs-1.1/mkcramfs.c:446: undefined reference to `minor'
    在编译cramfs-1.1时报如下错误:/usr/bin/ld:/tmp/ccMb5KDC.o:infunction`print_node':/root/cramfs-1.1/mkcramfs.c:446:undefinedreferenceto`minor'/usr/bin/ld:/root/cramfs-1.1/mkcramfs.c:446:undefinedreferenceto`major'collect2:error:ldr......
  • undefined symbol问题的查找、定位与解决方法
    今天被客户测出来一个问题:程序执行中报错,报错内容如下XXXX:symbollookuperror:/home/....../libpdfium.so:undefinedsymbol:CRYPT_MD5Generate报错分析:    这个问题表明是符号未定义的问题,而且直接定位于产品链接的第三方动态库libpdfium.so中,于是从libpdfium.so中......
  • 【webpack】TypeError: Cannot read property 'tap' of undefined
    前言项目里使用webpack的代码混淆工具webpack-obfuscator,当打包代码时,出现如下报错:TypeError:Cannotreadproperty'tap'ofundefined原因项目的webpack版是4.x,而webpack-obfuscator的版本是3.x解决方法查阅资料在该https://nodejs7.com/2021/11/27/797.html文......
  • ADS "is an instance of undefined model"仿真报错
    前情提要我遇到的问题如下所示:原理图上直接拖了工艺库里的东西来搭,之后报错如下。解决办法我内网外网搜了很多,都说要加一个include的控件。但是他们举的例子几乎都是同一个,而且我用的这个工艺库也没有很明显的带有include字样的元件,而我的工艺是老师发给我的,不是网上可以下载......
  • javascript中出现undefined的四种情况
    javascript中出现undefined的四种情况https://www.jianshu.com/p/b0700cce78c8一,函数没有返回值,或者返回值为空,出现undefined例:1)functionshow(){//没有返回值}vara=sh......
  • JS中出现undefined与null几种常见情况
    JS中出现undefined与null几种常见情况原文链接:https://blog.csdn.net/CherryLee_1210/article/details/78419747在我们执行JS的一些代码的时候,有的时候就会有一些结......
  • cmake编译报错 undefined reference to `xxx'
    错误信息:F:/github/Demos/br_cmake_proj/Demos/CmakeProject2/main.cpp:11:undefinedreferenceto`Module1A::Module1A()'代码目录结构相关代码片段错误根因:模块......
  • ubuntu gurobi link error undefined reference
    linkerrorundefinedreferenceto`GRBModel::addVar(double,double,double,char,std::__cxx11::basic_string<char,std::char_traits<char>,std::allocator<char>>......
  • undefined reference to
     可以看到  objdump-t./obj/ActiveBalance.o,显示的语言格式的函数, ......