我知道之前已经问过这个问题,我尝试了所有的解决方案,似乎无法到达任何地方。我在这一天度过了最好的一半,而且我的智慧结束了。
我正在尝试在Windows机器上设置我的应用程序。我使用了DevKit附带的rails安装程序。
这很好用:
gem install mysql2 -- --with-mysql-include=<PATH_TO_XAMPP>\mysql\include --with-mysql-lib=<PATH_TO_XAMPP>\mysql\lib\opt --with-mysql-config=<PATH_TO_XAMPP>\mysql\bin\mysql_config
但是bundle install
因本机扩展错误而失败。
我试过了:
bundle config build.mysql --with-mysql-include=e:\xampp\xampp\mysql\include --with-mysql-lib=e:\xampp\xampp\mysql\lib\opt --with-mysql-config=e:\xampp\xampp\mysql\bin\mysql_config
但是,没有骰子。
任何指针都会非常感激。
答案 0 :(得分:2)
使用
修正了它 bundle config build.mysql2 --with-mysql-include=e:\xampp\xampp\mysql\include --with-mysql-lib=e:\xampp\xampp\mysql\lib\opt --with-mysql-config=e:\xampp\xampp\mysql\bin\mysql_config