Rubymine 安装或 sqlite3 安装出现问题?

发布于 2024-12-05 20:08:41 字数 1334 浏览 1 评论 0原文

任何人都可以在这里帮助我 - 我很确定我的 sqlite3 安装有问题,但我找不到修复它的明确的分步说明?这次它表现为 Rubymine 启动错误......

Process:         rubymine [1351]
Path:            /Applications/RubyMine 3.2.4.app/Contents/MacOS/rubymine
Identifier:      com.jetbrains.rubymine
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [739]

Interval Since Last Report:          390 sec
Crashes Since Last Report:           1
Per-App Interval Since Last Report:  0 sec
Per-App Crashes Since Last Report:   1

Date/Time:       2011-09-21 15:01:17.659 -0700
OS Version:      Mac OS X 10.5.8 (9L30)
Report Version:  6
Anonymous UUID:  [i guess i should edit this to make it anonymous]

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0

Dyld Error Message:
  Library not loaded: /usr/lib/libsqlite3.0.dylib
  Referenced from: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
  Reason: no suitable image found.  Did find:
    /usr/lib/libsqlite3.0.dylib: mach-o, but wrong architecture
    /usr/local/lib/libsqlite3.0.dylib: mach-o, but wrong architecture
    /usr/lib/libsqlite3.0.dylib: mach-o, but wrong architecture

最后一点 - DYLD ERROR MESSAGE 位 - 我最近已经看到过,所以我不认为这是 Rubymine 任何问题的结果。感谢帮助

Can anyone help me here - I am pretty sure there's something up with my sqlite3 install and I can't find clear step by step instructions on fixing it? It has manifested itself this time as a Rubymine startup error...

Process:         rubymine [1351]
Path:            /Applications/RubyMine 3.2.4.app/Contents/MacOS/rubymine
Identifier:      com.jetbrains.rubymine
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [739]

Interval Since Last Report:          390 sec
Crashes Since Last Report:           1
Per-App Interval Since Last Report:  0 sec
Per-App Crashes Since Last Report:   1

Date/Time:       2011-09-21 15:01:17.659 -0700
OS Version:      Mac OS X 10.5.8 (9L30)
Report Version:  6
Anonymous UUID:  [i guess i should edit this to make it anonymous]

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0

Dyld Error Message:
  Library not loaded: /usr/lib/libsqlite3.0.dylib
  Referenced from: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
  Reason: no suitable image found.  Did find:
    /usr/lib/libsqlite3.0.dylib: mach-o, but wrong architecture
    /usr/local/lib/libsqlite3.0.dylib: mach-o, but wrong architecture
    /usr/lib/libsqlite3.0.dylib: mach-o, but wrong architecture

That last bit - the DYLD ERROR MESSAGE bit - I have seen that before recently so I don't think that's a result of any problem with rubymine. Help appreciated

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

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

发布评论

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

评论(1

烟─花易冷 2024-12-12 20:08:41

好的,这个问题的答案与我在这里提出的问题相同:

帮助修复奇怪的 sqlite3 错误 - dyld: 库未加载:/usr/lib/libsqlite3.0.dylib

他们最终都以某种方式解决sqlite3 安装混乱 - 然而,大多数安装新版本 sqlite3 的直接方法并没有再次解决问题。经过大量谷歌搜索才找到这个问题的答案。

所以...我将把答案放在一个地方,即上述问题。

Okay so this question has the same answer as the question I posed here:

Help to fix strange sqlite3 error - dyld: Library not loaded: /usr/lib/libsqlite3.0.dylib

They're both ultimately down to somehow having got a messed up install of sqlite3 - however, most of the straightforward ways of installing new versions of sqlite3 didn't fix the problem again. Took an awful lot of googling to figure out the answer to this.

So... I'll put the answer in just one place, on the above referenced question.

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