Error installing mysql2: Failed to build gem native extension

后端 未结 27 2819
清酒与你
清酒与你 2020-11-22 08:06

I am having some problems when trying to install mysql2 gem for Rails. When I try to install it by running bundle install or gem install mysq

27条回答
  •  攒了一身酷
    2020-11-22 08:57

    For MacOS Mojave:

    gem install mysql2 -v '0.5.2' -- --with-ldflags=-L/usr/local/opt/openssl/lib --with-cppflags=-I/usr/local/opt/openssl/include

提交回复
热议问题