Skip to content

Document workaround for fixing build issues due to OpenSSL 3.0

Stan Hu requested to merge sh-document-reinstalling-ruby-for-openssl into main

What does this Merge Request do and why?

For Ubuntu 22.04 and other platforms that only support OpenSSL 3.0, the current documented workaround is to install OpenSSL 1.1.1 from source. A slightly less complicated alternative is to reinstall ruby since asdf-ruby now installs OpenSSL 1.1.1 if necessary.

Relates to gitlab#376755 (closed)

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Stan Hu

Merge request reports