zqqw / pakku

Pacman wrapper with AUR support
GNU General Public License v3.0
39 stars 3 forks source link

Pakku may need to be updated to work with pacman 6.1 #33

Closed crushten closed 5 months ago

crushten commented 5 months ago

Seems like the pacman 6.1 upgrade added new libalpm libraries.

Getting a pakku: error while loading shared libraries: libalpm.so.13: cannot open shared object file: No such file or directory when trying to run pakku -Syu.

It is similar to this https://github.com/Morganamilo/paru/issues/1149.

Let me know if anything else is needed to help with this.

zqqw commented 5 months ago

Just rebuild pakku, it will link to the new libs and work again. Thank you for the notification. Use makepkg and then install with pacman -U, I put a note on the AUR page too.

crushten commented 5 months ago

Ah lol didnt think about that. Thanks!

I will close this since rebuild works fine.