openssl linking.
The Anoncoin-Qt executable clearly points to the right directory.
@executable_path/../Frameworks/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
However, it still try to look for libssl.1.0.0.dylib and libcrypto.1.0.0.dylib in /opt/local/lib, which is a macports directory.
Easy workaround for the OSX version until openssl is fixed
Open the Terminal.app application. You find it under Applications -> Utilities
This assumes that you got Anoncoin-Qt.app installed in your Applications folder.
Then type the following commands:
sudo ln -sf /Applications/Anoncoin-Qt.app/Contents/Frameworks/libcrypto.1.0.0.dylib /opt/local/lib/libcrypto.1.0.0.dylib
sudo ln -sf /Applications/Anoncoin-Qt.app/Contents/Frameworks/libssl.1.0.0.dylib /opt/local/lib/libssl.1.0.0.dylib
Note: You will be asked for your mac account password to do administrative operations.. sudo = "Super user(Administrator) do"
The first command will create the folder, the two next will make a "shortcut/link" to the libraries inside Anoncoin-Qt.app.
I removed my /opt/local/lib/ folder temporary, then I did the commands above and Anoncoin opens.
Other news
I plan release new binaries tomorrow. Probably for all Operating Systems. Including Linux (i386/x64)
I hope the Mac OS X version is fixed by then, if not, the workaround above should fix it without any need of extra installation of applications etc. And should take no disk space at all. Sorry for this problem. If the next build won't fix it, we'll continue until it works
to do this does mac ports need to be installed? because im still getting
Library not loaded: libboost_system.dylib
Referenced from: /Applications/Anoncoin-Qt.app/Contents/Frameworks/libboost_filesystem.dylib
Reason: image not found
Hmm.. That file is there, just double checked the dmg file.
Try:
Hi. I tried these but I'm still unable to run the mac client, same error