1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

bundle installでmysql2がインストール失敗する

Posted at

色々調べてもすぐに出てこなかったので、残しておきます。

環境

環境 バージョン
Mac 10.15.5
Ruby 2.6.3p62
Mysql 5.7.29

エラー

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

やった事

bundle config --global build.mysql2 --with-opt-dir="$(brew --prefix openssl)"
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?