“SQLite 版本错误”

发布于 2024-08-16 10:18:15 字数 672 浏览 2 评论 0原文

我尝试在 selenium 模式下运行 webrat 测试,但出现以下错误:

dyld: Library not loaded: /usr/lib/libsqlite3.dylib
  Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
  Reason: Incompatible library version: Security requires version 9.0.0 or later, but libsqlite3.dylib provides version 1.0.0

我按照此处的解决方案“http: //agilesoftwaretesting.com/?p=105”,然后当selenium尝试打开firefox时,我遇到了另一个错误:

SQLite Version Error
The application has been updated, but your version of SQLite is too old and the application cannot run.

我在Snow Leopard上。

非常感谢。

I tried to run webrat tests in selenium mode, but I got the following error:

dyld: Library not loaded: /usr/lib/libsqlite3.dylib
  Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
  Reason: Incompatible library version: Security requires version 9.0.0 or later, but libsqlite3.dylib provides version 1.0.0

I followed the solution here “http://agilesoftwaretesting.com/?p=105", then I got another error when selenium tried to open firefox:

SQLite Version Error
The application has been updated, but your version of SQLite is too old and the application cannot run.

I am on Snow Leopard.

Thanks a lot.

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

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

发布评论

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

评论(1

各自安好 2024-08-23 10:18:15

更改 Firefox 附带的 SQLite 确实是个坏主意。 Selenium 票证描述了正确的修复方法

It's a really bad idea to change the SQLite Firefox ships with. The Selenium ticket for this describes the proper fix for it.

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