LoginSignup
0
0

More than 1 year has passed since last update.

Rails6で、An error occurred while installing mysql2 (0.5.3), and Bundler cannot continue.が出た時、の対処

Posted at

Rails6で、下記が出た時の対処

An error occurred while installing mysql2 (0.5.3), and Bundler cannot
continue.

下記を実行する。

$ bundle config --local build.mysql2 "--with-cppflags=-I/usr/local/opt/openssl/include"
$ bundle config --local build.mysql2 "--with-ldflags=-L/usr/local/opt/openssl/lib"

再度bundle installをする

$ bundle install
0
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
0
0