I came across the error: no such file to load — openssl when compiling ruby 1.8.7 from source. The ubuntu apt package lib-openssl-ruby is currently not up to date enough to work with ruby 1.8.7

To fix this, you need to reconfigure and reinstall your ruby source package with openssl included. You can do this with [...]