我知道以前有人问过这个问题,我尝试了所有解决方案,但似乎无处可去。我花了大半天的时间在这上面,我不知所措。
我正在尝试在 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
但是,没有骰子。
任何指针将不胜感激。