Amazon Linux 2 Builds No Longer Use System OpenSSL #2567
Unanswered
calumgilchristfirstup
asked this question in
Build failures
Replies: 1 comment
-
Fantastic sleuthing; thank you! Will work on a fix. |
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 v20250811 ruby-build uses the system OpenSSL, but on v20250829 openssl is built from source on amazonlinux 2.
This broke my builds because I had CONFIGURE_OPTS instead of RUBY_CONFIGURE_OPTS, and didn't have some of the perl dependencies required.
Fixing those the builds pass but it looks like the new pkg-config check from fd0f332 is causing the system openssl not to be detected.
Reproduction:
Comparing the new pkg-config method and the old I think I see the issue:
The extra
k
in the amazon package seems to trip up the version check. Thek
wasn't included before.Beta Was this translation helpful? Give feedback.
All reactions