Error installing mysql2: Failed to build gem native extension

后端 未结 27 3156
清酒与你
清酒与你 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:45

    Have you tried using

     gem install mysql -- --with-mysql-lib=/usr/lib/mysql/lib 
    

    to specify the location of thebase directory as well as the path to the MySQL libraries that are necessary to complete the gem installation?

    Sources: MySQL Gem Install ERROR: Failed to build gem native extension MySQL Forums :: Ruby :: Help needed with installing MySQL binding for Ruby

提交回复
热议问题