AlexeyAB/Yolo_mark

libtiff update broken the package

vfbsilva opened this issue · 1 comments

I can no longer compile the project in archlinux
/usr/bin/ld: warning: libtiff.so.5, needed by /usr/lib/libopencv_imgcodecs.so.4.6.0, not found (try using -rpath or -rpath-link)

This change in libtiff hit many other applications. As digikam in arch derivatives:
https://forum.artixlinux.org/index.php/topic,4945.15.html

I've symlinked the lib it works for now:
ln -s /usr/lib/libtiff.so.6.0.0 /usr/lib/libtiff.so.5