Skip to content

Instantly share code, notes, and snippets.

@jeffcai
Created February 20, 2017 14:32
Show Gist options
  • Select an option

  • Save jeffcai/9a021fcb0d0bdaff6e696c2b8ca94cea to your computer and use it in GitHub Desktop.

Select an option

Save jeffcai/9a021fcb0d0bdaff6e696c2b8ca94cea to your computer and use it in GitHub Desktop.
resolution for the issue below when running vagrant up
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