-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
paru: error while loading shared libraries: libalpm.so.14: cannot open shared object file: No such file or directory #1243
Comments
paru-git should build fine: #1239 (comment) |
An update to the |
Symlinking the .so file that way is a bad idea because it's not compatible with the one paru was built with. That's the reason why paru broke in the first place. paru not running when the .so file is incompatible is not a bug, it's a feature. There's also no need to do it because the |
THX this works |
AUR repository is in a detached HEAD state so it's not possible to update paru with paru, or with using git pull in a previously cloned repository. |
Maybe you didn't notice that the symlink was removed right after updating paru. This isn't a permanent change. it's It a temporary hack. If it blows up , no big deal, fall back to download and makepkg. If it works, then delete the symlink and you're good. |
It's a temporary hack with undefined behavior. It shouldn't be done for any amount of time. |
Thanks it works.
If you have installed |
Affected Version
paru -V
Cannot output, I get the error in the title
Description
Have you checked previous issues?
Yes, I have also tried re-building paru again. However, that is broken, too. Is there anything we can do about it?
The text was updated successfully, but these errors were encountered: