Replies: 4 comments 2 replies
-
|
If this is all is needed to make it build there, I have no particular objection. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
OK, thanks. Do we have someone to review this, maybe @ueno please? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I'm not aware that RHEL 8 provides OpenSSL 3 packages. Are those from a third party source? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Link to the PR: #572 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On RHEL 8 there are OpenSSL packages present in 1.1 version by default, however OpenSSL 3 can be installed side-by-side. Those packages are however named libcrypto3 and libssl3 respectively and default meson build script cannot find them.
We modified the script to alternatively look for suffixed packages (see below). I don't know if this is the correct way to solve the problem since I'm not the meson expert. However is supporting RHEL 8 something the maintainers would be interested in? Does this have a chance to be merged?
Beta Was this translation helpful? Give feedback.
All reactions