尝试使用适用于 Windows XP 的 Heroku 时未找到 msvcrt-ruby18.dll
我有一个学生在 Windows XP 上进行开发,他在尝试运行 heroku keys:add
时遇到了一个奇怪的错误。错误是:
此应用程序无法启动,因为找不到 msvcrt-ruby18.dll。重新安装应用程序可能会解决此问题。
经过大约半小时的尝试,我的 google-fu 在这方面失败了。
有人可以帮忙吗?
I have a student developing on Windows XP, and he's getting a strange error when trying to run heroku keys:add
. The error is:
This application has failed to start because msvcrt-ruby18.dll was not found. Re-installing the application may fix this problem.
After about half an hour of trying, my google-fu has failed me on this one.
Can anyone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅供参考,我们的解决方案是安装 Ruby 1.8.7。由于 Ruby 在 1.9.2 中增加了显着的性能优势,因此它不是一个很好的解决方案,但话又说回来,在 Windows XP 上本地开发 Web 应用程序也不是一个很好的解决方案;)
FYI our solution was to install Ruby 1.8.7. Since Ruby has added significant performance benefits in 1.9.2, it's not a great solution, but then again, neither is developing web apps locally on Windows XP ;)