我是這個領域的新手。我的筆記本電腦是Macbook air,軟件:OS X 10.8.5(12F45)。我正在運行一個代碼,它給了我以下錯誤:錯誤:dlopen()庫未加載原因:找不到圖像
dlopen(/Users/ramesh/offline/build_icerec/lib/icecube/phys_services.so, 2): Library not loaded: /Users/ramesh/offline/build_icerec/lib/libphys-services.dylib Referenced from: /Users/ramesh/offline/build_icerec/lib/icecube/phys_services.so Reason: image not found
我沒有谷歌搜索,並找到各種答案。我認爲工作的一個方法是使用
" -install_name @rpath/lib ".
我的問題是,如何在我的情況下使用-install_name @rpath/lib
?
在安裝xcode 8之後,在ruby中使用binding.pry時,我遇到了同樣的問題。重新安裝紅寶石之後,一切正常。看起來比複雜,但麻煩正確的答案更容易。 'rvm requirements'也幫助我,因爲我最近更新了我的系統。 – Johannes