voltapp / volt

300 KB desktop client for Slack, Skype, Twitter, Telegram, and more
608 stars 8 forks source link

dyld: Library not loaded: /usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib #167

Open sillywilly42 opened 3 years ago

sillywilly42 commented 3 years ago

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/openssl@1.1/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 commented 3 years ago

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:

Volt should now launch.

jankais3r commented 3 years ago

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

sudo port install openssl
sudo mkdir -p /usr/local/opt/openssl@1.1
sudo ln -s /opt/local/lib /usr/local/opt/openssl@1.1/lib
l1x commented 2 years ago
Warning: openssl@1.1 1.1.1l is already installed and up-to-date.
To reinstall 1.1.1l, run:
  brew reinstall openssl@1.1
l1x@mano Volt.app % ./Contents/MacOS/volt
dyld: Library not loaded: /opt/homebrew/opt/openssl@1.1/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/openssl@1.1/1.1.1l/lib/libssl.1.1.dylib

Why is Volt assuming that path?