easymodo / qimgv

Image viewer. Fast, easy to use. Optional video support.
GNU General Public License v3.0
2.32k stars 163 forks source link

qimgv: error while loading shared libraries #550

Open LeKite opened 3 weeks ago

LeKite commented 3 weeks ago

Hello, starting today I get this error.. I have no idea what caused it. Anyone can help me out? I'm on arch and package version is latest AUR.

avidseeker commented 3 weeks ago

The package needs to be rebuilt. Do a full system update (sudo pacman -Syu), then build again yay -S qimgv.

LeKite commented 3 weeks ago

Thanks for the answer this works. I don't understand what caused it though.

avidseeker commented 3 weeks ago

A qimgv build expects a certain library version. When you update that library (e.g: by pacman -Syu), qimgv still looks for the older version. qimgv needs to be rebuilt to be kept up with the new library updates.