When installing the openssl with rvm isn’t the openssl compiled and
linux distro independent?
I am using Ubuntu.
The installation of ‘libssl-dev’ didn’t help.
Did you also perhaps install a copy of openssl from source?
It appears you are picking up a different version of libssl.so when
executing your script, wrt the one that was used for compiling the
Ruby extensions.
Do
find / -name libssl.so
(be patient - the command can take a long time to run)
How many copies are found? Maybe something under /usr/local? While it
is possible to handle multiple copies of openssl on a machine, this is
certainly not an easy task…
Carlo
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.