After updating to the latest version of gnome 45 and the latest kernel, I'm encountering an error when trying to install applications on my Arch Linux system (using pacman, yay, paru or makepkg).
The error message I receive is as follows:
zstd: symbol lookup error: zstd: undefined symbol: POOL_joinJobs
This error seems to be related to the 'zstd' library. It appears when I attempt to install various applications using the package manager, and it's preventing me from installing new applications.
I've tried the following steps to resolve the issue, but the problem persists:
- I've updated my system using
sudo pacman -Syuto ensure all packages are up-to-date. - I've reinstalled the 'zstd' package using
sudo pacman -S zstdto make sure it's properly installed.
How can I resolve this issue?