ogham / exa

A modern replacement for ‘ls’.
https://the.exa.website/
MIT License
23.45k stars 658 forks source link

Library not loaded #1236

Closed bhumit070 closed 11 months ago

bhumit070 commented 11 months ago

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:

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


bhumit070 commented 11 months ago

It got solved by just doing this

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