我已經閱讀了幾乎每篇關於尋找解決方案來解決問題的文章,雖然我已經解決了一些問題,但我想到了更多。我根據Agile Development with Rails書籍升級到Snow Leopard並安裝了RVM和Rails。但是,一旦我創建我的應用程序文件夾,並做RAKE,我得到這個錯誤,我只是不知道如何解決它。我嘗試了幾次重新安裝一切無濟於事。這是一個架構問題嗎?還是我需要找到一個庫並加載它?我怎麼做?Rails - Rake error:Library not loaded
rake aborted!
dlopen(/opt/local/lib/ruby/1.8/i686-darwin9/digest/sha1.bundle, 9): Library not loaded: /opt/local/lib/libcrypto.1.0.0.dylib
Referenced from: /opt/local/lib/ruby/1.8/i686-darwin9/digest/sha1.bundle
Reason: no suitable image found. Did find:
/opt/local/lib/libcrypto.1.0.0.dylib: mach-o, but wrong architecture - /opt/local/lib/ruby/1.8/i686-darwin9/digest/sha1.bundle
(See full trace by running task with --trace)
它爲我工作,謝謝! – sailor 2012-10-10 16:12:20