Error installing mysql2: Failed to build gem native extension

后端 未结 27 3139
清酒与你
清酒与你 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 09:04

    I have several computers, 32 and 64 bits processor, they run on Ubuntu Linux, Maverick (10.10) release.

    I had the same problem, and for me, the sudo apt-get install libmysql-ruby libmysqlclient-dev did the job!!!

提交回复
热议问题