Can't install mysql gem on Mac OS X

后端 未结 3 917
南方客
南方客 2020-12-19 14:40

I installed the MySQL server with the installer from http://dev.mysql.com/downloads/mysql. Then, as explained in several guides, I wanted to install the mysql gem with the f

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-19 14:55

    I has problem when installing mysql2psql on Fedora 21 and I solve it by downloading mysql source tar.gz from mysql.org and set --with-mysql-config to this extracted directory to bin/mysql_config file

    gem install mysql2psql -- --with-mysql-config=/pathtodownloadedsource/mysql../bin/mysql_config

提交回复
热议问题