Windows 上的 MySql2 和捆绑器

发布于 2024-12-03 00:49:14 字数 694 浏览 0 评论 0 原文

我知道这个问题之前已经被问过,我尝试了所有的解决方案,但似乎无济于事。我已经花了大半天的时间来处理这个问题,但我已经束手无策了。

我正在尝试在 Windows 计算机上设置我的应用程序。我使用了 DevKit 附带的 Rails 安装程序。

这工作正常:

gem install mysql2 -- --with-mysql-include=\mysql\include --with-mysql-lib=\mysql\lib\opt --with- mysql-config=\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

但是,没有骰子。

任何指示将不胜感激。

I know this question has been asked before, ive tried all the solutions and cant seem to get anywhere. Ive spent the better half of the day on this and im at my wits end.

I am trying to setup my app on a windows machine. Ive used the rails installer which comes with DevKit.

This works fine:

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

But bundle install fails with the native extension error.

Ive tried:

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

But, no dice.

Any pointers would be much appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

铁轨上的流浪者 2024-12-10 00:49:14

通过使用

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

Fixed it by using

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文