Skip to content
New issue

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

Ruby 3.2.3 cannot be installed on Ubuntu 22.04 #385

Open
ThisIsMissEm opened this issue Feb 5, 2024 · 1 comment
Open

Ruby 3.2.3 cannot be installed on Ubuntu 22.04 #385

ThisIsMissEm opened this issue Feb 5, 2024 · 1 comment

Comments

@ThisIsMissEm
Copy link

Log file at: https://gist.github.com/ThisIsMissEm/275f72d7ee6713dd40b463dd6970e238

Terminal output:
image

@Dounx
Copy link

Dounx commented Feb 23, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants