Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dyld: Library not loaded: /usr/local/opt/[email protected]/lib/libssl.1.1.dylib #167

Open
sillywilly42 opened this issue Feb 12, 2021 · 3 comments

Comments

@sillywilly42
Copy link

sillywilly42 commented Feb 12, 2021

When I try and run the latest release (0.87) I get this error:

willjenkins@bees ~> Downloads/Volt.app/Contents/MacOS/volt 
dyld: Library not loaded: /usr/local/opt/[email protected]/lib/libssl.1.1.dylib
  Referenced from: /Users/willjenkins/Downloads/Volt.app/Contents/MacOS/volt
  Reason: image not found
fish: 'Downloads/Volt.app/Contents/Mac…' terminated by signal SIGABRT (Abort)
willjenkins@bees ~> sw_vers 
ProductName:	macOS
ProductVersion:	11.2.1
BuildVersion:	20D74
@IngwiePhoenix
Copy link

Haha, I pointed this out not too long ago on the V discord. I am surprised to only see this issue spring up only now.

To fix:

  • Install the Homebrew Package Manager: https://brew.sh/
  • After install, type: brew install openssl in a terminal

Volt should now launch.

@jankais3r
Copy link

For people using MacPorts, the commands to get Volt to run are:

sudo port install openssl
sudo mkdir -p /usr/local/opt/[email protected]
sudo ln -s /opt/local/lib /usr/local/opt/[email protected]/lib

@l1x
Copy link

l1x commented Sep 15, 2021

Warning: [email protected] 1.1.1l is already installed and up-to-date.
To reinstall 1.1.1l, run:
  brew reinstall [email protected]
l1x@mano Volt.app % ./Contents/MacOS/volt
dyld: Library not loaded: /opt/homebrew/opt/[email protected]/lib/libssl.1.1.dylib
  Referenced from: /Applications/Volt.app/./Contents/MacOS/volt
  Reason: image not found
zsh: abort      ./Contents/MacOS/volt
l1x@mano Volt.app % locate libssl.1.1.dylib
/usr/local/Cellar/[email protected]/1.1.1l/lib/libssl.1.1.dylib

Why is Volt assuming that path?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants