-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Bug]: libalpm.so.14: cannot open shared object file #90
Comments
Trying to decipher the error.
So we are at version 15 for the package management library for pacman. Any updated Arch system should have the latest version. The rust crate used to provide the bindings has yet to be updated. The readme within the source for the package alpm.rs says Currently alpm.rs supports libalpm v14.x.x.. Support was added for pacman 7.0. Version was later bumped to 4.0. However, there is no tagged release yet. |
Related: archlinux/alpm.rs#48 |
paru had the same issue and solved this in Morganamilo/paru@90656a9 (as of yet not released, but available in paru-git) |
I changed the alpm version from 3.0 to 4.0 in https://github.com/steven-omaha/pacdef/blob/main/crates/pacdef/Cargo.toml and then built pacdef locally with |
@polandy We could use alpm version 4.0.1. This PR attempts to resolve the issue by pulling directly from git. Using the crate version would be better to prevent accidental breakage. |
@steven-omaha Can you review PR #92 ? |
Myself and @InnocentZero have forked this project as
|
In one sentence, what did you try to achieve?
compiling or running pacdef on up-to-date archlinux
What did you expect to happen?
run pacdef on latest stable archlinux w/ pacman 7.0.0
What happened?
run fails with:
pacdef: error while loading shared libraries: libalpm.so.14: cannot open shared object file: No such file or directory
compile fails with:
How can we reproduce this?
Version of pacdef
Pacdef config
n/a
What operating system and version are you encountering this issue on?
Relevant log output
pacdef: error while loading shared libraries: libalpm.so.14: cannot open shared object file: No such file or directory
Additional information
No response
The text was updated successfully, but these errors were encountered: