I just cloned a repo, and can't even get to run a local server on my machine. Other co-workers said they had no problem, so I assume there's something wrong with my enviroment.
$ bundle exec rails server
=> Booting Puma
=> Rails 5.2.3 application starting in development
=> Run `rails server -h` for more startup options
/home/fran/.rbenv/versions/2.6.5/bin/ruby: symbol lookup error: /home/fran/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/puma-4.3.1/lib/puma/puma_http11.so: undefined symbol: OPENSSL_init_ssl
I already tried installing ruby 2.6.5 with my openssl dir like this:
$ RUBY_CONFIGURE_OPTS="--with-openssl-dir=/usr/lib/ssl" rbenv install 2.6.5
But the problem persists.
Any hint on this error? Never happened to me before.