easymodo / qimgv

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

Broken with opencv 4.10 #549

Closed Stoppedpuma closed 2 weeks ago

Stoppedpuma commented 3 weeks ago

qimgv: error while loading shared libraries: libopencv_imgproc.so.409: cannot open shared object file: No such file or directory

Swexti commented 2 weeks ago
# ln -s /usr/lib/libopencv_imgproc.so.410 /usr/lib/libopencv_imgproc.so.408
# ln -s /usr/lib/libopencv_core.so.410 /usr/lib/libopencv_core.so.408

It was so.408 in my case, so that's what I've written. You can edit it to so.409 instead.

easymodo commented 2 weeks ago

or just rebuild qimgv, it should link with the new .so file

Swexti commented 2 weeks ago

or just rebuild qimgv, it should link with the new .so file

yeah that's probably the better way to go about things

Stoppedpuma commented 2 weeks ago

or just rebuild qimgv, it should link with the new .so file

Completely forgot about that, thanks!