Im trying to install an open source rails 3.2.21 application that uses the mysql2 gem, but when i try and run the bundle commant I get the followin
mysql2
bundle
After Homebrew update (openssl@1.1) there is a new path for libs, so may use:
bundle config build.mysql2 --with-opt-dir=$(brew --prefix openssl) bundle install
It will fix ld: library not found for -lssl error
ld: library not found for -lssl error