menu LittleJake's Blog
color_lens
avatar
Jake Liu
Never Settle
creative commons by-nc-sa
hit
Category
keyboard_arrow_down

© 2024 LittleJake's Blog.

萌ICP备20223020号

更新rpm包后,程序运行报错CXXABI 1.3.8 not found in libstdc++so.6 问题

起因

  1. 漏洞扫描服务器发现openssh、ntpd、openssl会导致各种高危漏洞

问题

  1. 安装rpm包后,本来正常运行的程序,突然报库错误
  2. 怀疑更新rpm包时将库文件也做出了替换
    根据GNU文档查询发现,对应libstdc确实发现被替换为只支持CXXABI 1.3.7的4.8.x

解决方案(2种)

  • 单独替换libstdc库文件为对应版本4.9.x(确保未有其他软件需要新版本库文件)
  • 重新编译程序
Buy me a beer
Jake Liu
Never Settle

Title: 更新rpm包后,程序运行报错CXXABI 1.3.8 not found in libstdc++so.6 问题

Author: Jake Liu

Origin:

Creative Commons License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) For any re-post you must give appropriate credit.

文章遵循CC许可 署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) 转载请注明出处

Tag:CXXABI, libstdc, ntpd, openssh, openssl

评论区

Add a new comment.

Theme