archlinuxfr / package-query

Query alpm database and AUR
69 stars 17 forks source link

Error when using yaourt #136

Closed louismerlin closed 6 years ago

louismerlin commented 6 years ago

I got this error while updating with yaourt this morning :

package-query: error while loading shared libraries: libalpm.so.10: cannot open shared object file: No such file or directory
No database errors have been found!
f2404 commented 6 years ago

pacman release 5.1.0 changed libalpm soname to so.11. You need to manually rebuild package-query.

louismerlin commented 6 years ago

This did it, thank you @f2404 :smile:

f2404 commented 6 years ago

@louismerlin You're welcome! :)