library not loaded
Library not loaded: libcrypto.1.0.0.dylib issue in mac
You might have come across this error while dealing with the openssl module. Inorder to solve this issue follow the following steps Step 1: Install openssl using brew brew install openssl Step 2: Copy copy libssl.1.0.0.dylib and libcrypto.1.0.0.dylib cd /usr/local/Cellar/openssl/1.0.1f/lib sudo cp libssl.1.0.0.dylib libcrypto.1.0.0.dylib /usr/lib/ Note the bold folder name. There will be change in that […] Continue reading