Macにbundle updateでmysql2がインストールできない IT by NHM - 2021-02-082021-02-08 下記のようなエラーが出る。sslライブラリが見つからないらしい ld: library not found for -lssl clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [mysql2.bundle] Error 1 make failed, exit code 2 opensslを利用するように指定 bundle config --global build.mysql2 --with-opt-dir="$(brew --prefix openssl)" Share on Facebook Share Share on TwitterTweet Share on Pinterest Share Share on LinkedIn Share Share on Digg Share Tags: Mac / MySQL / OSX / rails