Hello can you help me? Ive update my PopOS to version 19.10 but for some reason my rbevn got affected, so I have uninstalled and installed rbenv but that doesnt work. If been checking out google and SO but theres no luck. can you point me to right direction here? im so lost.
```rbenv install 2.3.6
Downloading ruby-2.3.6.tar.bz2...
-> https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.6.tar.bz2
Installing ruby-2.3.6...
BUILD FAILED (Ubuntu 19.10 using ruby-build 20191225-1-gbac1f1c)
Inspect or clean up the working tree at /tmp/ruby-build.20200109092953.29867.yABTeW
Results logged to /tmp/ruby-build.20200109092953.29867.log
Last 10 log lines:
linking shared-object pathname.so
make[2]: Leaving directory '/tmp/ruby-build.20200109092953.29867.yABTeW/ruby-2.3.6/ext/pathname'
linking shared-object bigdecimal.so
make[2]: Leaving directory '/tmp/ruby-build.20200109092953.29867.yABTeW/ruby-2.3.6/ext/bigdecimal'
linking shared-object nkf.so
make[2]: Leaving directory '/tmp/ruby-build.20200109092953.29867.yABTeW/ruby-2.3.6/ext/nkf'
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby-build.20200109092953.29867.yABTeW/ruby-2.3.6/ext/date'
make[1]: Leaving directory '/tmp/ruby-build.20200109092953.29867.yABTeW/ruby-2.3.6'
make: * [uncommon.mk:203: build-ext] Error 2
```
Sorry to bother you. I solved this by following https://github.com/rbenv/ruby-build/wiki#openssl-usrincludeopensslasn1_mach102-error-error-this-file-is-obsolete-please-update-your-software
I tried that 3 times and on the fourth time I just followed the ubuntu.
I managed to fix the issue with: sudo apt-get install -y zlib1g-dev
thanks for the response but I fixed this by following https://github.com/rbenv/ruby-build/wiki#openssl-usrincludeopensslasn1_mach102-error-error-this-file-is-obsolete-please-update-your-software or downgrading ssl. thanks
I got this too because I try to install ruby 2.3 which is not ok with openssl 1.1
It works for all ruby version greater than 2.4 馃憤馃徏
Most helpful comment
I managed to fix the issue with: sudo apt-get install -y zlib1g-dev