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

Missing library libgit2.so.1.6 after Arch update #1223

Closed
sophiiss opened this issue Jul 25, 2023 · 4 comments
Closed

Missing library libgit2.so.1.6 after Arch update #1223

sophiiss opened this issue Jul 25, 2023 · 4 comments

Comments

@sophiiss
Copy link

After updating libgit2, exa stops working because it needs a specific version of that library.

Error message:

exa: error while loading shared libraries: libgit2.so.1.6: cannot open shared object file: No such file or directory

Version: exa-git 0.10.1.r158.gc697d06-1 compiled from the AUR
OS: Arch Linux

@lukeemhigh
Copy link

Same Here, I found a workaround by removing the old version and reinstalling the git version:

cargo install --git https://github.com/ogham/exa.git

@llde
Copy link

llde commented Jul 29, 2023

You need to recompile to let the loader use the new libgit dynamic library

@ariasuni
Copy link
Collaborator

ariasuni commented Aug 3, 2023

Yup, I’m not sure if there’s a way to tell yay or other AUR helpers to rebuild a package when its dependency gets updated…

@ariasuni
Copy link
Collaborator

ariasuni commented Sep 6, 2023

exa is unmaintained, and this has been fixed in the active fork eza.

See eza-community/eza#192

@ariasuni ariasuni closed this as completed Sep 6, 2023
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