Bug 2189453

Summary: Provide a compat-sap-c++ package without a version string as part of the package name
Product: Red Hat Enterprise Linux 8 Reporter: Bernd Finger <bfinger>
Component: compat-sap-c++-10Assignee: Patrick Palka <ppalka>
Status: NEW --- QA Contact: qe-baseos-tools-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.9CC: abezhani, cbrune, fweimer, ppalka, sipoyare
Target Milestone: rcKeywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2232169    
Bug Blocks: 2143913, 2191716    

Description Bernd Finger 2023-04-25 10:04:00 UTC
The compat-sap-c++ packages provide forward compatibility on RHEL versions which have been built with previous GCC versions. So SAP software which have been built with more recent GCC versions can be used on older RHEL versions. Example: RHEL 8 is based on GCC 8 and SAP HANA SPS06 has been built with GCC 10. So a library which contains the GCC 10 symbols is required in this case. This library is currently contained in a package named compat-sap-c++-10.

We should replace the compat-sap-c++-* packages by a compat-sap-c++ package without a version string in its package name. This package will also contain a file/link named /opt/rh/SAP/lib64/libstdc++.so.6 pointing to the library which contains the latest GCC symbols so that future versions of SAP software can access the symbols by RUNPATH, RPATH, or LD_LIBRARY_PATH without having to create a new link in a different directory.

Why?
- It will be easier to document and explain which package(s) must be installed for SAP software
- The installation of SAP software will be simplified

Version-Release number of selected component (if applicable):

Additional info:
We must ensure that all possible and supported combinations of SAP HANA and SAP NetWeaver/SAP ABAP Application Platform can be installed on a single RHEL system.