We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log file at: https://gist.github.com/ThisIsMissEm/275f72d7ee6713dd40b463dd6970e238
Terminal output:
The text was updated successfully, but these errors were encountered:
Same issue when install ruby 3.3,0.
I list the compiled openssl dir, it has no lib dir.
dounx@PC:~$ ls -l /home/dounx/.asdf/installs/ruby/3.3.0/openssl/ total 16 drwxr-xr-x 2 dounx dounx 4096 Feb 23 18:33 bin drwxr-xr-x 3 dounx dounx 4096 Feb 23 18:33 include drwxr-xr-x 5 dounx dounx 4096 Feb 23 18:33 lib64 drwxr-xr-x 4 dounx dounx 4096 Feb 23 18:33 ssl
So I make a soft link from lib64 to lib.
ln -s /home/dounx/.asdf/installs/ruby/3.3.0/openssl/lib64 /home/dounx/.asdf/installs/ruby/3.3.0/openssl/lib
And install ruby 3.3.0 successful.
Sorry, something went wrong.
same issue installing Ruby 3.3.4 on Ubuntu 24.04.
solved creating a symlink (in other terminal window) after openssl install and before ruby install:
ln -s $HOME/.asdf/installs/ruby/3.3.4/openssl/lib64 $HOME/.asdf/installs/ruby/3.3.4/openssl/lib
Also a problem for me with 3.3.4 / 3.3.5. Symlinking during install got me through.
No branches or pull requests
Log file at: https://gist.github.com/ThisIsMissEm/275f72d7ee6713dd40b463dd6970e238
Terminal output:
The text was updated successfully, but these errors were encountered: