Incompatible Library Version libgmp.10.dylib

fgump2013fgump2013 Member Posts: 1
On Mac El Capitan, I installed Ethereum using brew following the instructions at https://ethereum.gitbooks.io/frontier-guide/content/installing_mac.html, the installation is successful and ethereum-1.3.3 is installed.

However when I try to create an account using gets account new, I get the following error, any clues how to get past this?

dyld: Library not loaded: /usr/local/opt/gmp/lib/libgmp.10.dylib
Referenced from: /usr/local/bin/geth
Reason: Incompatible library version: geth requires version 14.0.0 or later, but libgmp.10.dylib provides version 13.0.0
Trace/BPT trap: 5

UPDATE: this is now resolved, the following commands did the trick.
sudo brew update
sudo brew remove gmp
sudo brew install gmp
Post edited by fgump2013 on
Sign In or Register to comment.