AlexeyAB / Yolo_mark

GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2
https://github.com/AlexeyAB/darknet
The Unlicense
1.8k stars 680 forks source link

libtiff update broken the package #215

Open vfbsilva opened 1 year ago

vfbsilva commented 1 year ago

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

vfbsilva commented 1 year ago

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