MySQL Install: ERROR: Failed to build gem native extension

前端 未结 14 1792
天涯浪人
天涯浪人 2020-11-28 19:23

I\'m trying to get MySQL installed to the latest version due to some installation going wrong somewhere along the line. I run the command gem install mysql and

14条回答
  •  生来不讨喜
    2020-11-28 20:25

    Your Ubuntu OS need to install library for mysql client sudo apt-get install libmysqlclient-dev

    After That just install bundle or bundle install

提交回复
热议问题