not able to use svn command from terminal in Mac OS 10.8

我们两清 提交于 2019-12-22 07:08:31

问题


Team

SVN commands were working fine in terminal. I have uninstalled and installed the latest version of my svnclient. from then, i'm not able to access the svn commands from terminal in my mac. following is the error message i see in terminal

dyld: Library not loaded: /opt/local/lib/libssl.1.0.0.dylib
Referenced from: /usr/local/bin/svn Reason: image not found Trace/BPT trap: 5

I'm using Mac OS 10.8.2

Kindly help me to fix this.


回答1:


It looks like your local copy of "svn" (installed in /usr/local/bin) is dependent on a library that doesn't exist in /opt/local/lib anymore (which might have gone away when you uninstalled and re-installed the latest version of your svn client).

On my own machine, "svn" was installed into the "/usr/bin" directory via the Xcode command line tools, which you can download from Apple directly here (look at the "Looking for additional developer tools?" link) or you can install the command line tools directly from Xcode preferences (look in the "Downloads" tab, there will be a "Components" section). Once you install the command line tools, you can them "rm" the copy of svn that's in "/usr/local/bin".



来源:https://stackoverflow.com/questions/14726870/not-able-to-use-svn-command-from-terminal-in-mac-os-10-8

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!