我有全新安裝的Mac OS 10.7.2。我已經在上面安裝SVN,但是,當我嘗試調用顛覆,我得到的錯誤:SVN將無法運行在全新的Mac OSX上安裝
dyld: Library not loaded: /usr/lib/libpq.5.dylib
Referenced from: /opt/subversion/bin/svn
Reason: no suitable image found. Did find:
/usr/lib/libpq.5.dylib: no matching architecture in universal wrapper
/usr/lib/libpq.5.dylib: no matching architecture in universal wrapper
我試圖尋找錯誤,它看起來像該庫由PostreSQL主要用於(我也已安裝),但運行良好。我有點困惑,爲什麼SVN會試圖調用這個庫,以及爲什麼它失敗。
不同的用戶組在線表明解決方案是創建一個符號鏈接到'真正的'PostgreSQL安裝,但我已經做到了。 (另見:subclipse)我已經重新安裝了SVN和PostgreSQL兩次,沒有錯誤。任何幫助,將不勝感激。
謝謝!這有幫助 – Dexter