You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to use asdf to manage my rubies on arch linux for some time and I couldn't because the installation failed no matter what I tried. After some research I managed to get it working by installing gcc5 and openssl-1.0 on Arch Linux and then using using:
Similar to the above, I was getting build errors on Ubuntu 18.04:
The Ruby openssl extension was not compiled.
ERROR: Ruby install aborted due to missing extensions
Try running `apt-get install -y libssl-dev` to fetch missing dependencies.
Running apt install libssl1.0-dev removed the libssl-dev package, and asdf install ruby 2.3.3 was able to build successfully.