安装基于heroku的rails项目时出现惰性符号绑定错误

发布于 2024-10-08 01:28:33 字数 412 浏览 2 评论 0原文

第一次将 heroku 上托管的项目下载到我的系统时,启动服务器并在浏览器中导航到该项目后,我收到以下错误。

dyld:惰性符号绑定失败:找不到符号:_STR2CSTR 引用自:/Users/blairsilverberg/.rvm/gems/ruby-1.9.2-p0/gems/sqlite3-ruby-1.2.4/lib/sqlite3_api.bundle 预期位于:平面命名空间

dyld:未找到符号:_STR2CSTR 引用自:/Users/blairsilverberg/.rvm/gems/ruby-1.9.2-p0/gems/sqlite3-ruby-1.2.4/lib/sqlite3_api.bundle 预期位于:平面命名空间

Trace/BPT trap

我其他目录中的其他 Rails 项目工作正常。

When downloading a project hosted on heroku onto my system for the first time I receive the following error after starting the server and navigating to the project in my browser.

dyld: lazy symbol binding failed: Symbol not found: _STR2CSTR
Referenced from: /Users/blairsilverberg/.rvm/gems/ruby-1.9.2-p0/gems/sqlite3-ruby-1.2.4/lib/sqlite3_api.bundle
Expected in: flat namespace

dyld: Symbol not found: _STR2CSTR
Referenced from: /Users/blairsilverberg/.rvm/gems/ruby-1.9.2-p0/gems/sqlite3-ruby-1.2.4/lib/sqlite3_api.bundle
Expected in: flat namespace

Trace/BPT trap

My other rails projects in other directories work fine.

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

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

发布评论

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

评论(1

牵你的手,一向走下去 2024-10-15 01:28:33

就我个人而言,我以前从未见过这个问题,但 Heroku 支持人员可能可以解决这个问题。在 irc.freenode.net #heroku 上与他们联系。祝你好运!

Personally I've never seen this issue before but it may be solvable by the Heroku support crew. Get in contact with them on irc.freenode.net #heroku. Good luck!

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