Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sap_hana_preconfigure: The role tries to install compat-sap-c++-13 also on RHEL 9.0 #901

Closed
berndfinger opened this issue Nov 29, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@berndfinger
Copy link
Member

This is not necessary because HANA 2 SPS08 (GCC13 based) is only validated from RHEL 9.2 onwards.
The package compat-sap-c++-13 is not present in the e4s repos so the related task

- name: Ensure required packages are installed
will fail on RHEL 9.0.

So we need a separate vars file for RHEL 9.0 not containing compat-sap-c++-13.

@berndfinger berndfinger added the bug Something isn't working label Nov 29, 2024
@berndfinger berndfinger self-assigned this Nov 29, 2024
berndfinger added a commit to berndfinger/community.sap_install that referenced this issue Nov 29, 2024
... because HANA 2.0 SPS08 (GCC13 based) has only been validated by SAP
starting with RHEL 9.2

Fixes issue sap-linuxlab#901.

Signed-off-by: Bernd Finger <[email protected]>
@berndfinger
Copy link
Member Author

Solved in #902.

@berndfinger
Copy link
Member Author

Relates to #893 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant