You are not logged in.
Pages: 1
https://bugs.archlinux.org/task/72872
https://github.com/ogham/exa/issues/985
Summary and Info:
Current version of exa is 10.1-4
While upgrading the system exa dependencies where updated to need libgit2 1.3. However when running exa it would prints that it could not find the correct version of libgit2 1.2. I filed a bug at their github and was pointed to file a bug report with packaging in Arch. This is the link to the issue for more information.
Sorry if this is not the correct place to post this. If it isn't could somebody kindly point me in the right direction .
https://github.com/ogham/exa/issues/985
Steps to Reproduce:
sudo pacman -Syu
exa
now it should print
exa: error while loading shared libraries: libgit2.so.1.2: cannot open shared object file: No such file or directory
I do not know what wrong could somebody help me?
Offline
Start with `type -a exa`, make sure you're running what you think you're running.
Offline
thx you are right I have two conflicting version of exa one install with cargo the other install with pacman and it seems that the cargo version is out of date then
exa is /home/bob/.cargo/bin/exa
exa is /usr/bin/exa
cargo update doesn't work because I do not have a Cargo.toml file
error: could not find `Cargo.toml` in `/home/bob` or any parent directory
Do you have any idea how to fix this.
I am not sure if uninstalling the cargo version that it would brick my nvim setup
Offline
Is it working if you issue "/usr/bin/exa"?
yes
Offline
Do you happen to use an alias for exa that you forgot about?
yes currently I use an alias for ls to exa and changed it to /usr/bin/exa now this works
however it isn't the best fix because I might forget that I made this fix once
Offline
So "$HOME/.cargo/bin" is in your $PATH, obviously (EDIT: output of "echo $PATH"?). Do you have 'rust ' or 'rustup' installed?
Last edited by dogknowsnx (2021-11-29 16:01:30)
/home/bob/.local/bin:/home/bob/.local/bin:/home/bob/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/jvm/default/bin
yes cargo is in my path and no I neither have rust nor rustup installed
Offline
Not sure why you (still) have cargo on your system, but I would place "/home/bob/.cargo/bin" after "/usr/bin". Maybe that'll do the trick...
Last edited by dogknowsnx (2021-11-29 21:53:24)
Pages: 1