Libraw.so.24 missing - Nomacs won't run

Looks like there is/was an update to libraw.so … Nomacs is looking for .24, but installed is .25
This probably affects other programs I haven’t come across yet

nomacs: error while loading shared libraries: libraw.so.24: cannot open shared object file: No such file or directory

locate libraw.so.
/usr/lib/libraw.so.25
/usr/lib/libraw.so.25.0.0

Did you rebuild (cleanbuild) nomacs so it is built against the new libraries?

I just tried to re-install. I was going to completely remove it and let it completely build again. It takes awhile, but am getting to it.

If you do not either manually remove the nomacs directory from the yay cache or use yay’s cleanbuild option, a simple yay -S nomacs does not rebuild the package - it just reinstalls it using the previously built archive in the yay cache.

Yeah, I noticed that. I’ll remove it from yay cache and give it a whirl

That worked. Thanks a bunch for the push in the right direction.