DieterReuter / arm64-docker-builder

Compiling Docker on an ARM64 (or AARCH64) machine
MIT License
51 stars 14 forks source link

Ruby 2.3.4 in Debian 9 #6

Closed elraro closed 7 years ago

elraro commented 7 years ago

The openssl extension of Ruby version before 2.4 is not compatible with OpenSSL 1.1.x. At the moment, most Linux distributions that come with OpenSSL 1.1.0 have a separate package for OpenSSL 1.0.x.

On Debian 9 (stretch), it is libssl1.0-dev (note installing this would remove libssl-dev).

https://github.com/rbenv/ruby-build/wiki#openssl-usrincludeopensslasn1_mach102-error-error-this-file-is-obsolete-please-update-your-software

elraro commented 7 years ago

wow... sorry... Wrong repository :man_facepalming: