本文OS版本:Red Hat Enterprise Linux release 8.6 (Ootpa)

还是先说一下compat-sap-c++软件包的作用:

In order to run SAP applications compiled with certain newer GCC compiler versions than shipped with normal RHEL,

additional operating system software packages need to be installed.

此软件包,不在Redhat-基础repo中,需要额外的SAP相关的订阅,至少笔者发现在如下几个repo中都是有compat-sap-c++软件包的

rhel-8-for-x86_64-sap-netweaver-e4s-rpms
rhel-8-for-x86_64-sap-solutions-e4s-rpms
rhel-8-for-x86_64-sap-solutions-eus-rpms

Some SAP applications have been compiled with newer GCC versions than those for which C++ runtime libraries are available by default for certain RHEL releases. This note explains in which cases you need to install an additional C++ runtime compatibility library package when installing SAP products on RHEL.

默认系统是可以安装ibstdc++,但它的版本可能不支持部署一些SAP相关的应用,如下:

[qq-5201351@localhost ~]$ ls -l  /usr/lib64/libstdc++*
lrwxrwxrwx 1 root root      19 Apr 28  2022 /usr/lib64/libstdc++.so.6 -> libstdc++.so.6.0.25
-rwxr-xr-x 1 root root 1660968 Apr 28  2022 /usr/lib64/libstdc++.so.6.0.25
[qq-5201351@localhost ~]$ 

这样就会导致安装SAP应用相关的软件时报错GLIBCXX_3.4.26 not found:

EXECUTING /PATH/TO/SAPuptool execdb ../var/CVERSDUMP.TQL /PATH/TO/SAPuptool: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /PATH/TO/SAPuptool)

但我们通过strings /usr/lib64/libstdc++.so.6 |grep GLIBCXX 发现默认系统中的libstdc++只能支持到GLIBCXX_3.4.25

这时我们就需要安装compat-sap-c++软件包了,关于compat-sap-c++软件包支持的CXXABI compatibility与GLIBC compatibility如下

 

原文地址:http://www.cnblogs.com/5201351/p/16883359.html

1. 本站所有资源来源于用户上传和网络,如有侵权请邮件联系站长! 2. 分享目的仅供大家学习和交流,请务用于商业用途! 3. 如果你也有好源码或者教程,可以到用户中心发布,分享有积分奖励和额外收入! 4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解! 5. 如有链接无法下载、失效或广告,请联系管理员处理! 6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需! 7. 如遇到加密压缩包,默认解压密码为"gltf",如遇到无法解压的请联系管理员! 8. 因为资源和程序源码均为可复制品,所以不支持任何理由的退款兑现,请斟酌后支付下载 声明:如果标题没有注明"已测试"或者"测试可用"等字样的资源源码均未经过站长测试.特别注意没有标注的源码不保证任何可用性