mysql2 gem Can't build native extensions

后端 未结 6 1898
离开以前
离开以前 2021-01-05 07:02

Our intern\'s computer is having problems installing the mysql2 gem. We just upgraded his computer from OS X 10.6 to 10.8 (Mountain Lion). I have tried installing mysql th

6条回答
  •  滥情空心
    2021-01-05 07:03

    Have you tried:

    gem install mysql2 --with-mysql-config=/usr/lib64/mysql/mysql_config
    

    Replace the /usr/lib64/mysql/mysql_config with the location of your mysql config.

提交回复
热议问题