[arch-general] pacman: relocation error
Today I updated pacman to 4.0.2 and now I get errors I don't understand when trying to install anything: $ sudo pacman -S gpgme pacman: /usr/lib/libcurl.so.4: no version information available (required by /usr/lib/libalpm.so.7) resolving dependencies... [...] Proceed with installation? [Y/n] pacman: relocation error: /usr/lib/libalpm.so.7: symbol gpgme_check_version_internal, version GPGME_1.1 not defined in file libgpgme.so.11 with link time reference Searching the web revealed nothing and I've got no clue how to proceed in order to solve this. Any ideas? Thanks, basti
Excerpts from Sebastian Lipp's message of Di Mär 06 02:17:07 +0100 2012:
pacman: relocation error: /usr/lib/libalpm.so.7: symbol gpgme_check_version_internal, version GPGME_1.1 not defined in file libgpgme.so.11 with link time reference
I finally solved this myself. Just in case anyone with the same problem comes along: I realized that gpgme must be the problem. So I disabled package signature checking via adding 'SigLevel = Never' to pacman.conf. Now I was able to update gpgme. After reactivating sig checking everything went fine. -- basti
participants (1)
-
Sebastian Lipp