Can't build Ruby 2.6.8 on Fedora 36 Docker base image #2008
Replies: 3 comments 3 replies
-
Note that it seems possible to remedy this as follows:
But I'm not sure I should need to remove the OpenSSL 3.0.5 devel headers in this case, or install the OpenSSL 1.1 compat libs/headers. At the very least I think the docs could use an update. |
Beta Was this translation helpful? Give feedback.
-
This should work.
Maybe it's a bug of CRuby's 2.6.8 build system which hardcodes the temp path to openssl.so. I wonder if the |
Beta Was this translation helpful? Give feedback.
-
If you look in the log file it's actually complaining about missing Perl modules, e.g. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Steps to reproduce the behavior
Expected vs. actual behavior
I would expect the build to succeed, but it failed.
Logs
https://gist.github.com/nickmarden/61f174a2b7e85df380b059ce99403693
Beta Was this translation helpful? Give feedback.
All reactions