Reputation: 2707
After installing svn through homebrew on MacOS it quits every command with the following error:
dyld[25717]: Symbol not found: _apr_crypto_block_cleanup
Referenced from: /usr/local/Cellar/subversion/1.14.1_4/lib/libsvn_subr-1.0.dylib
Expected in: /usr/lib/libaprutil-1.0.dylib
Any idea how to fix that? I already reinstalled svn and updated brew.
Upvotes: 8
Views: 865
Reputation: 2707
I found a solution myself in reinstalling apr-util:
brew reinstall apr-util
Upvotes: 20