ogham/exa

Library not loaded

bhumit070 opened this issue · 1 comments

If exa does something unexpected, or its output looks wrong, or it displays an error on the screen, or if it outright crashes, then please include the following information in your report:

  • The version of exa being used (exa --version)
    can't output this
  • The command-line arguments you are using
    exa
  • Your operating system and hardware platform
  • mac os m1 pro with latest mac os ( 13 )

If it’s a crash, please include the full text of the crash that gets printed to the screen. If you’re seeing unexpected behaviour, a screenshot of the issue will help a lot.

dyld[92610]: Library not loaded: /opt/homebrew/opt/openssl@3/lib/libssl.3.dylib
Referenced from: <12F3F572-6EBA-3B46-95E7-76297008284A> /opt/homebrew/Cellar/libgit2/1.6.4_1/lib/libgit2.1.6.4.dylib
Reason: tried: '/opt/homebrew/opt/openssl@3/lib/libssl.3.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/openssl@3/lib/libssl.3.dylib' (no such file), '/opt/homebrew/opt/openssl@3/lib/libssl.3.dylib' (no such file), '/usr/local/lib/libssl.3.dylib' (no such file), '/usr/lib/libssl.3.dylib' (no such file, not in dyld cache)
zsh: abort command exa

Why I am getting this error


It got solved by just doing this

brew unlink openssl@3
brew link openssl@3 --force