Created
February 20, 2017 14:32
-
-
Save jeffcai/9a021fcb0d0bdaff6e696c2b8ca94cea to your computer and use it in GitHub Desktop.
resolution for the issue below when running vagrant up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| exception ... | |
| ``` | |
| vagrant up | |
| dyld: Library not loaded: /vagrant-substrate/staging/embedded/lib/libssl.1.0.0.dylib | |
| Referenced from: /opt/vagrant/embedded/bin/openssl | |
| Reason: image not found | |
| ./../lib/init-ssl-ca: line 32: 20343 Abort trap: 6 openssl genrsa -out "$OUTDIR/ca-key.pem" 2048 | |
| failed generating SSL CA artifacts | |
| ``` | |
| run below cmd to link openssl. | |
| $ sudo ln -sf /usr/local/bin/openssl /opt/vagrant/embedded/bin/openssl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment