Error when trying to install app with mysql2 gem

前端 未结 11 1983
鱼传尺愫
鱼传尺愫 2020-12-02 06:52

Im trying to install an open source rails 3.2.21 application that uses the mysql2 gem, but when i try and run the bundle commant I get the followin

11条回答
  •  没有蜡笔的小新
    2020-12-02 07:34

    Thanks @mudasobwa for pointing me in the right direction. It turns out the error was caused by an unlinked openssl file, so running:

    brew reinstall openssl && brew link openssl --force 
    

    Solved the problem. I found the solution here: OpenSSL, RVM, Brew, conflicting error

提交回复
热议问题