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.
You can get SVN with Xcode, Homebrew, MacPorts, and probably other sources as well.
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
".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With