Installation of openssl Ruby gem fails because it can't find openssl installed in Ubuntu
I'm doing this: $ apt-get install -y openssl $ gem install openssl -- --with-openssl-include=/usr/include/openssl It fails: ... checking for openssl/ssl.h... yes checking for CRYPTO_malloc() in -lcrypto... yes checking for SSL_new() in -lssl... yes checking for LIBRESSL_VERSION_NUMBER in openssl/opensslv.h... no checking…